Commit f41a30edc6561e691bd077f02975a523447bfa50

Stefan Sperling 2018-10-18T22:47:14

remove print from 'got checkout' showing redundant information

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/got/got.c b/got/got.c
index 7ea9071..398bd39 100644
--- a/got/got.c
+++ b/got/got.c
@@ -260,7 +260,6 @@ cmd_checkout(int argc, char *argv[])
 	if (error != NULL)
 		goto done;
 
-	printf("Checked out %s\n", worktree_path);
 	printf("Now shut up and hack\n");
 
 done: