From b2cffb6d201d68ed1692e3fa7c7e0f42bfd4980a Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Mon, 27 Nov 2006 20:02:00 +0000 Subject: removed debugging output --- php/patch_swig_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php') diff --git a/php/patch_swig_output.py b/php/patch_swig_output.py index 1b14d3e3..53b8d166 100755 --- a/php/patch_swig_output.py +++ b/php/patch_swig_output.py @@ -173,7 +173,7 @@ end = """ i = wrap.find(begin) while i >= 0: j = wrap.find(end, i) + len(end) - print >> sys.stderr, "END:", j, len(end) + #print >> sys.stderr, "END:", j, len(end) if j < len(end): # bails out if not found break segment = wrap[i:j] -- cgit