소스 검색

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