mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-18 19:09:04 +02:00
fix: remove dbg! macro (#2355)
This commit is contained in:
@@ -392,8 +392,6 @@ impl<'a> Client<'a> {
|
|||||||
.send()
|
.send()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
dbg!(&resp);
|
|
||||||
|
|
||||||
if resp.status() == 401 {
|
if resp.status() == 401 {
|
||||||
bail!("current password is incorrect")
|
bail!("current password is incorrect")
|
||||||
} else if resp.status() == 403 {
|
} else if resp.status() == 403 {
|
||||||
|
Reference in New Issue
Block a user