浏览代码

Removed residual print() call from main.run()

Vsevolod Levitan 1 年之前
父节点
当前提交
5645eb015b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      main.py

+ 0 - 1
main.py

@@ -65,7 +65,6 @@ def run():
     strg = storage()
     start = start_factory(setman.settings, strg)
     start.create()
-    print(strg.data)
     app.run()