Browse Source

remove one line empty

stanley-king 8 years ago
parent
commit
dee2164bb1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      helper/message/subscriber.php

+ 0 - 1
helper/message/subscriber.php

@@ -49,7 +49,6 @@ class subscriber extends Thread
                 }
 
                 Log::record("Message thread start run....",Log::DEBUG);
-
                 $redis->subscribe(all_channels(), 'handler_redis');
                 Log::record("Message thread quit....",Log::DEBUG);
             } catch (Exception $ex) {