浏览代码

bug fix: print statement

Steve Nyemba 11 月之前
父节点
当前提交
24cdd9f8fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      transport/registry.py

+ 1 - 1
transport/registry.py

@@ -22,7 +22,7 @@ def exists (path=REGISTRY_PATH) :
     """
     p = os.path.exists(path)
     q = os.path.exists( os.sep.join([path,REGISTRY_FILE]))
-    print ([p,q, os.sep.join([path,REGISTRY_FILE])])
+    
     return p and q
 def load (_path=REGISTRY_PATH):
     global DATA