Browse Source

Remove debug stuff.

Ionel Cristian Mărieș 11 years ago
parent
commit
546a418696
1 changed files with 1 additions and 2 deletions
  1. 1 2
      celery/tests/concurrency/test_workhorse.py

+ 1 - 2
celery/tests/concurrency/test_workhorse.py

@@ -1,6 +1,5 @@
 from __future__ import absolute_import
-import manhole
-manhole.install(oneshot_on='USR2')
+
 import errno
 import os
 import signal