Skip to content

Commit 72a562a

Browse files
fix: remove dbg! macro (#2355)
1 parent d264840 commit 72a562a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/atuin-client/src/api_client.rs

-2
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ impl<'a> Client<'a> {
392392
.send()
393393
.await?;
394394

395-
dbg!(&resp);
396-
397395
if resp.status() == 401 {
398396
bail!("current password is incorrect")
399397
} else if resp.status() == 403 {

0 commit comments

Comments
 (0)