forked from mirrors/jj
cli: remove "Done" message at end of git clone
It's probably obvious that the cloning is done when the command finishes.
This commit is contained in:
parent
ef6e5c7ec2
commit
dcfc888f50
1 changed files with 0 additions and 1 deletions
|
@ -2306,7 +2306,6 @@ fn cmd_git_clone(
|
|||
}
|
||||
})?;
|
||||
tx.commit();
|
||||
writeln!(ui, "Done")?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue