Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Jul 19, 2024
1 parent fd72363 commit e4f4f4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quaint/src/connector/mssql/native/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ impl Queryable for Mssql {
}

if !types_set {
dbg!(&row.columns());
types = row.columns().iter().map(QuaintColumnType::from).collect();
types_set = true;
}
Expand Down

0 comments on commit e4f4f4a

Please sign in to comment.