Commit 30d102f7 by Őry Máté

store: remove debug output

parent 83b06a49
......@@ -22,8 +22,7 @@ def update_new(name):
try:
os.rename(os.path.join(top_dir, str(i+1)), os.path.join(top_dir, str(i)))
except OSError as e:
print "Failed to rename " + str(i+1) + " to "+str(i)+" in "+top_dir+".\n"
print e
pass
os.symlink(name, os.path.join(top_dir, str(COUNT)))
class Process(ProcessEvent):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment