summaryrefslogtreecommitdiff
path: root/helpcontent2/to-wiki/convall.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/to-wiki/convall.py')
-rwxr-xr-xhelpcontent2/to-wiki/convall.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py
index 5e72666185..9ee46514f4 100755
--- a/helpcontent2/to-wiki/convall.py
+++ b/helpcontent2/to-wiki/convall.py
@@ -28,7 +28,6 @@ for title in titles:
try:
file = open(outfile,"r")
except:
- #print "Processing: "+infile
if os.system(command) != 0:
print "Failed: "+command
sys.exit(1)