From 70de25945063fd51ea5ac594c98acb7cc3b40e5c Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 3 Feb 2019 15:01:11 +0000 Subject: [PATCH] removed residual debugging printf --- codepot/pecl-svn/svn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/codepot/pecl-svn/svn.c b/codepot/pecl-svn/svn.c index 295b5907..56d31d5c 100755 --- a/codepot/pecl-svn/svn.c +++ b/codepot/pecl-svn/svn.c @@ -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 {