ok/jj
1
0
Fork 0
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:
Martin von Zweigbergk 2021-05-23 22:07:40 -07:00
parent ef6e5c7ec2
commit dcfc888f50

View file

@ -2306,7 +2306,6 @@ fn cmd_git_clone(
}
})?;
tx.commit();
writeln!(ui, "Done")?;
Ok(())
}