Browse Source

[1927] Remove leftover debug command

Don't put the resetUnitTestRootLogger in production program. This was
just a leftover from some debugging.
Michal 'vorner' Vaner 12 years ago
parent
commit
0239399581
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/msgq/msgq.py.in

+ 0 - 1
src/bin/msgq/msgq.py.in

@@ -42,7 +42,6 @@ import isc.cc
 isc.util.process.rename()
 isc.util.process.rename()
 
 
 isc.log.init("b10-msgq", buffer=True)
 isc.log.init("b10-msgq", buffer=True)
-isc.log.resetUnitTestRootLogger()
 # Logger that is used in the actual msgq handling - startup, shutdown and the
 # Logger that is used in the actual msgq handling - startup, shutdown and the
 # poller thread.
 # poller thread.
 logger = isc.log.Logger("msgq")
 logger = isc.log.Logger("msgq")