Explorar el Código

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

Vsevolod Levitan hace 1 año
padre
commit
5645eb015b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      main.py

+ 0 - 1
main.py

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