mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 19:51:31 +00:00
Remove debug printfs.
This commit is contained in:
parent
35b1471f01
commit
e824e63de6
@ -337,7 +337,6 @@ int git_status_list_new(
|
|||||||
if (show != GIT_STATUS_SHOW_INDEX_ONLY) {
|
if (show != GIT_STATUS_SHOW_INDEX_ONLY) {
|
||||||
if ((error = git_diff_index_to_workdir(
|
if ((error = git_diff_index_to_workdir(
|
||||||
&status->idx2wd, repo, index, &diffopt)) < 0) {
|
&status->idx2wd, repo, index, &diffopt)) < 0) {
|
||||||
printf("git_diff_index_to_workdir failed with error %d\n", error);
|
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -417,7 +416,6 @@ int git_status_foreach_ext(
|
|||||||
int error = 0;
|
int error = 0;
|
||||||
|
|
||||||
if ((error = git_status_list_new(&status, repo, opts)) < 0) {
|
if ((error = git_status_list_new(&status, repo, opts)) < 0) {
|
||||||
printf("git_status_list_new failed with error %d\n", error);
|
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user