summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-11-27 20:02:00 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-11-27 20:02:00 +0000
commitb2cffb6d201d68ed1692e3fa7c7e0f42bfd4980a (patch)
tree1a9508d19753b393f05b2beb19e31425953444d6 /php
parentb69f9c8b73aa8f40ede12a4292a00f444b6a4dce (diff)
downloadlasso-b2cffb6d201d68ed1692e3fa7c7e0f42bfd4980a.tar.gz
lasso-b2cffb6d201d68ed1692e3fa7c7e0f42bfd4980a.tar.xz
lasso-b2cffb6d201d68ed1692e3fa7c7e0f42bfd4980a.zip
removed debugging output
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]