Преглед изворни кода

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