Explorar el Código

Removes usage of panel.logger. Closes #1160

Ask Solem hace 12 años
padre
commit
6eeb489cbc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      docs/userguide/workers.rst

+ 0 - 1
docs/userguide/workers.rst

@@ -837,6 +837,5 @@ Here's an example control command that restarts the broker connection:
 
     @Panel.register
     def reset_connection(panel):
-        panel.logger.critical('Connection reset by remote control.')
         panel.consumer.reset_connection()
         return {'ok': 'connection reset'}