Skip to content
Snippets Groups Projects
Commit af0850bf authored by Brian Moe's avatar Brian Moe
Browse files

Removed references to debug output file /tmp/foo

parent 0d13036a
No related branches found
No related tags found
No related merge requests found
......@@ -43,12 +43,6 @@ def insert_ligolw_tables(xml_filename):
out += p.stdout.read()
if out.find("OK") != 0:
coinc_id = None
try:
f = open('/tmp/foo','a')
f.write("ERROR (stdin): %s\n" % out)
f.write("ERROR (stderr): %s\n" % err)
f.close()
except: pass
else:
coinc_id = out[2:].strip()
return coinc_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment