cleanup of breakpoints - no functional change
[bootmanager.git] / source / BootManager.py
index b745eb0..8d4c979 100755 (executable)
@@ -300,7 +300,7 @@ def main(argv):
     import utils
     utils.prompt_for_breakpoint_mode()
 
-    utils.breakpoint ("Entering BootManager::main")
+    #utils.breakpoint ("Entering BootManager::main")
     
     global NodeRunStates
     NodeRunStates = {'new':None,