Commit Diff


commit - 4a8520aa6bbd7d1193aabc34e80edce3d18c0239
commit + f41a30edc6561e691bd077f02975a523447bfa50
blob - 7ea90713e229a1c8e1564ffbb22aa7711a385ce0
blob + 398bd39abcf67f6c7ff362b0deb47a88374598e0
--- got/got.c
+++ 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: