Explorar el Código

Removes left-over print statement

Ask Solem hace 12 años
padre
commit
95e96e2cca
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      celery/worker/hub.py

+ 0 - 1
celery/worker/hub.py

@@ -151,7 +151,6 @@ class Hub(object):
         if self.timer._queue:
             for i in range(max_timers):
                 delay, entry = self.scheduler.next()
-                print('D; %r, E; %r' % (delay, entry))
                 if entry is None:
                     break
                 try: