Commit 8c18682195f1b93d18f6e64cc1ca5b88f8ff1855

Stefan Sperling 2018-12-29T17:20:04

make 'got update' less chatty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/got/got.c b/got/got.c
index ed8b115..f30a565 100644
--- a/got/got.c
+++ b/got/got.c
@@ -408,9 +408,6 @@ cmd_update(int argc, char *argv[])
 	    update_progress, NULL, checkout_cancel, NULL);
 	if (error != NULL)
 		goto done;
-
-	printf("Now shut up and hack\n");
-
 done:
 	free(worktree_path);
 	free(commit_id);