瀏覽代碼

Remove leftover test statement

Ask Solem 9 年之前
父節點
當前提交
9bcf06aa08
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      funtests/stress/stress/app.py

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

@@ -73,7 +73,6 @@ def _marker(s, sep='-'):
 
 @app.task
 def add(x, y):
-    add.delay(x + x, y + y)
     return x + y