Skip to content

Commit

Permalink
removing debugging println from accountant
Browse files Browse the repository at this point in the history
  • Loading branch information
czarte committed Jan 8, 2024
1 parent 4bae1dd commit 4a75406
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/src/accountant/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4481,7 +4481,6 @@ mod tests {
let factory = Accountant::dao_factory(data_dir);
factory.make();
};
println!("make_dao_factory_uses_panic_on_migration {:?}", &data_dir);
assert_on_initialization_with_panic_on_migration(&data_dir, &act);
}
}
Expand Down

0 comments on commit 4a75406

Please sign in to comment.