Explorar o código

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

Vsevolod Levitan hai 1 ano
pai
achega
5645eb015b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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()