1
0
mirror of https://github.com/atuinsh/atuin.git synced 2025-07-11 11:55:20 +02:00

fix: remove dbg! macro ()

This commit is contained in:
TymanWasTaken
2024-08-14 05:37:28 -06:00
committed by GitHub
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 {