mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-27 05:11:28 +02:00
fix: remove dbg! macro (#2355)
This commit is contained in:
parent
d264840b38
commit
72a562a38e
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user