Kaynağa Gözat

removes debugging statement

Ask Solem 9 yıl önce
ebeveyn
işleme
f96234022b
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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