Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn committed Aug 3, 2020
1 parent 6fafb89 commit 61a8fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_api/mysql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl<'a> TestApi for MySql<'a> {
name, columns,
);

self.conn().raw_cmd(dbg!(&create)).await?;
self.conn().raw_cmd(&create).await?;

Ok(name)
}
Expand Down

0 comments on commit 61a8fdc

Please sign in to comment.