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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {