Browse Source

Remove leftover test statement

Ask Solem 9 năm trước cách đây
mục cha
commit
9bcf06aa08
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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