mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-21 15:53:30 +01:00
fix: remove dbg! macro (#2355)
This commit is contained in:
parent
d264840b38
commit
72a562a38e
@ -392,8 +392,6 @@ impl<'a> Client<'a> {
|
||||
.send()
|
||||
.await?;
|
||||
|
||||
dbg!(&resp);
|
||||
|
||||
if resp.status() == 401 {
|
||||
bail!("current password is incorrect")
|
||||
} else if resp.status() == 403 {
|
||||
|
Loading…
Reference in New Issue
Block a user