Explorar o código

Removes usage of panel.logger. Closes #1160

Ask Solem %!s(int64=12) %!d(string=hai) anos
pai
achega
97deac784b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      docs/userguide/workers.rst

+ 0 - 1
docs/userguide/workers.rst

@@ -824,6 +824,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'}