Просмотр исходного кода

Removes usage of panel.logger. Closes #1160

Ask Solem 12 лет назад
Родитель
Сommit
97deac784b
1 измененных файлов с 0 добавлено и 1 удалено
  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'}