removed residual debugging printf

This commit is contained in:
hyung-hwan 2019-02-03 15:01:11 +00:00
parent a8abcb5519
commit 70de259450

View File

@ -1509,7 +1509,6 @@ PHP_FUNCTION(svn_diff)
}
RETVAL_FALSE;
printf (">>> %ld %ld\n", rev1, rev2);
if (rev1 <= 0) {
revision1.kind = svn_opt_revision_head;
} else {