Explorar el Código

Remove debug stuff.

Ionel Cristian Mărieș hace 11 años
padre
commit
546a418696
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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