[Remove] Some useless debugs.
This commit is contained in:
parent
9a31850ce7
commit
769880c7ac
@ -175,7 +175,6 @@ int diff_apply(char* name) {
|
|||||||
if(strcmp(diffname, name)==0) {
|
if(strcmp(diffname, name)==0) {
|
||||||
diff_patch(node);
|
diff_patch(node);
|
||||||
free(diffname);
|
free(diffname);
|
||||||
DEBUG("Unidiff '%s' applied.", name);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
free(diffname);
|
free(diffname);
|
||||||
@ -359,7 +358,6 @@ void diff_remove(char* name) {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
diff_removeDiff(diff);
|
diff_removeDiff(diff);
|
||||||
DEBUG("Unidiff '%s' removed.", name);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user