mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 12:21:18 +00:00
clippy
This commit is contained in:
parent
ca4b735517
commit
7bcc6f2894
1 changed files with 0 additions and 2 deletions
|
@ -95,7 +95,6 @@ impl InstanceWorker {
|
|||
self.inboxes.update_communities(&self.context).await?;
|
||||
}
|
||||
// final update of state in db
|
||||
dbg!("done");
|
||||
self.save_and_send_state().await?;
|
||||
Ok(())
|
||||
}
|
||||
|
@ -165,7 +164,6 @@ impl InstanceWorker {
|
|||
);
|
||||
}
|
||||
if self.stop.is_cancelled() {
|
||||
dbg!("done");
|
||||
return Ok(());
|
||||
}
|
||||
// send success!
|
||||
|
|
Loading…
Reference in a new issue