Skip to content

Commit

Permalink
fix: remove dbg! macro (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
TymanWasTaken authored Aug 14, 2024
1 parent d264840 commit 72a562a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/atuin-client/src/api_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 72a562a

Please sign in to comment.