Skip to content

Commit 244ac85

Browse files
committed
Remove "Pushing" message
I liked having it for timing purposes, but it's a bit superfluous and (understandably) adds a lot of complexity, given the number of times that this callback will be run. Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
1 parent 9e5868b commit 244ac85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/git.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ impl Repository {
203203
self.repository
204204
.commit(Some("HEAD"), &sig, &sig, &msg, &tree, &[&parent])?;
205205

206-
println!("commit_and_push: Pushing \"{}\"", msg);
207-
208206
// git push
209207
let mut ref_status = Ok(());
210208
let mut callback_called = false;

0 commit comments

Comments
 (0)