提交 61e1f224 authored 作者: Frederic Bastien's avatar Frederic Bastien

removed print

上级 e53b2dcb
......@@ -242,7 +242,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论