Skip to content

Commit

Permalink
Remove leftover debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron100 committed Apr 17, 2024
1 parent 788a378 commit 7629125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion butane/tests/migration-tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ fn test_migrate(
let mut to_apply = ms.unapplied_migrations(conn).unwrap();
assert_eq!(to_apply.len(), 2);
for m in &to_apply {
eprintln!("{}", m.up_sql(backends[0].name()).unwrap().unwrap());
m.apply(conn).unwrap();
}
verify_sql(conn, &ms, expected_up_sql, expected_down_sql);
Expand Down

0 comments on commit 7629125

Please sign in to comment.