summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
Diffstat (limited to 'php')
-rwxr-xr-xphp/patch_swig_output.py2
1 files changed, 1 insertions, 1 deletions
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]