commit 8c18682195f1b93d18f6e64cc1ca5b88f8ff1855 from: Stefan Sperling date: Sat Dec 29 16:20:04 2018 UTC make 'got update' less chatty commit - 507dc3bb1293e483406626bf03199db0bc17dc5c commit + 8c18682195f1b93d18f6e64cc1ca5b88f8ff1855 blob - ed8b115d1fdbf57ea1026dc92aa61f6af82a0e33 blob + f30a565423e2fd7aec14a44efb6c6c6e1726f4a1 --- got/got.c +++ 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);