Skip to content

Commit 1c62546

Browse files
committed
remove stray println!
1 parent dcbd83b commit 1c62546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store/fs/util/entity_manager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ mod entity_actor {
219219
)
220220
.await
221221
.ok();
222-
println!("Calling on_shutdown {}", self.state.state.ref_count());
223222
assert_eq!(self.state.state.ref_count(), 1);
224223
P::on_shutdown(self.state.clone(), ShutdownCause::Idle).await;
225224
// Notify the main actor that we have completed shutdown.

0 commit comments

Comments
 (0)