Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare authored Oct 17, 2024
1 parent 9b0d59f commit 4ca6c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aw-sync/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ fn main() -> Result<(), Box<dyn Error>> {
// Start daemon
Commands::Daemon {} => {
info!("Starting daemon...");
// TODO: log any errors before re-throwing
daemon(&client)?;
}
// Perform basic sync
Expand Down

0 comments on commit 4ca6c24

Please sign in to comment.