Browse Source

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

Vsevolod Levitan 1 năm trước cách đây
mục cha
commit
5645eb015b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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()