diff --git a/src/commands.rs b/src/commands.rs index f8b208a1a..f47b9b397 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -2306,7 +2306,6 @@ fn cmd_git_clone( } })?; tx.commit(); - writeln!(ui, "Done")?; Ok(()) }