瀏覽代碼

removes debugging statement

Ask Solem 9 年之前
父節點
當前提交
f96234022b
共有 1 個文件被更改,包括 0 次插入2 次删除
  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