提交 6658cf32 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Remove print traing print statement.

上级 b3ebee2a
......@@ -238,7 +238,6 @@ def refresh_lock(lock_file):
lock_write = open(lock_file, 'w')
lock_write.write(unique_id + '\n')
lock_write.close()
print lock_file
return unique_id
class Unlocker(object):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论