Browse Source

[2854] cleanup: removed a commented-out line

JINMEI Tatuya 12 years ago
parent
commit
29827fea89
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/memmgr/memmgr.py.in

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

@@ -22,7 +22,6 @@ import signal
 
 sys.path.append('@@PYTHONPATH@@')
 import isc.log
-#from isc.log import DBGLVL_TRACE_BASIC
 from isc.config import ModuleSpecError, ModuleCCSessionError
 from isc.log_messages.memmgr_messages import *
 from isc.server_common.bind10_server import BIND10Server, BIND10ServerFatal