We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbd83b commit 1c62546Copy full SHA for 1c62546
src/store/fs/util/entity_manager.rs
@@ -219,7 +219,6 @@ mod entity_actor {
219
)
220
.await
221
.ok();
222
- println!("Calling on_shutdown {}", self.state.state.ref_count());
223
assert_eq!(self.state.state.ref_count(), 1);
224
P::on_shutdown(self.state.clone(), ShutdownCause::Idle).await;
225
// Notify the main actor that we have completed shutdown.
0 commit comments