Skip to content

Commit

Permalink
improve messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 4, 2024
1 parent 6d07b49 commit 2bbe42d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ impl TurboTasksBackendInner {
println!("Persising failed: {:#?}", err);
return None;
}
println!("Snapshot saved");
}

for (task_id, count) in counts {
Expand Down

0 comments on commit 2bbe42d

Please sign in to comment.