remove print from 'got checkout' showing redundant information
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: