Explorar el Código

removes debugging statement

Ask Solem hace 9 años
padre
commit
f96234022b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      funtests/stress/stress/app.py

+ 0 - 2
funtests/stress/stress/app.py

@@ -58,8 +58,6 @@ def _marker(s, sep='-'):
 
 @app.task
 def add(x, y):
-    import locale
-    print(locale.getdefaultlocale())
     return x + y