Browse Source

removed print statement

Vitaly Babiy 16 năm trước cách đây
mục cha
commit
d4005bd3f1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      celery/tests/test_worker_job.py

+ 0 - 1
celery/tests/test_worker_job.py

@@ -114,7 +114,6 @@ class TestTaskWrapper(unittest.TestCase):
 
     def test_execute(self):
         tid = gen_unique_id()
-        print tid
         tw = TaskWrapper("cu.mytask", tid, mytask, [4], {"f": "x"})
         self.assertEquals(tw.execute(), 256)
         meta = TaskMeta.objects.get(task_id=tid)