Skip to content

Commit 4ca6c24

Browse files
authored
Apply suggestions from code review
1 parent 9b0d59f commit 4ca6c24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aw-sync/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ fn main() -> Result<(), Box<dyn Error>> {
143143
// Start daemon
144144
Commands::Daemon {} => {
145145
info!("Starting daemon...");
146-
// TODO: log any errors before re-throwing
147146
daemon(&client)?;
148147
}
149148
// Perform basic sync

0 commit comments

Comments
 (0)