fix: remove dbg! macro (#2355)

This commit is contained in:
TymanWasTaken
2024-08-14 05:37:28 -06:00
committed by GitHub
parent d264840b38
commit 72a562a38e

View File

@@ -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 {