Browse Source

remove a spurious change to cfgmgr.py

Scott Mann 14 years ago
parent
commit
880220478c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/lib/python/isc/config/cfgmgr.py

+ 0 - 4
src/lib/python/isc/config/cfgmgr.py

@@ -19,9 +19,6 @@
    configuration to the modules that need them.
 """
 
-# defect #426
-import pdb
-#
 import isc
 import signal
 import ast
@@ -103,7 +100,6 @@ class ConfigManagerData:
            output_file_name is not specified, the file used in
            read_from_file is used."""
         filename = None
-        pdb.set_trace()
         try:
             file = tempfile.NamedTemporaryFile(mode='w',
                                                prefix="b10-config.db.",