Преглед на файлове

Removes usage of panel.logger. Closes #1160

Ask Solem преди 12 години
родител
ревизия
6eeb489cbc
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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'}