فهرست منبع

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