From 227c5be1c2b98361d42482ca5f130be5ca8f7d26 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 17 Jan 2011 16:22:53 +0100 Subject: [PATCH] remove never used breakpoint --- source/BootManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/BootManager.py b/source/BootManager.py index eae4c04..f47748d 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -356,7 +356,7 @@ def main(argv): import utils utils.prompt_for_breakpoint_mode() - utils.breakpoint ("Entering BootManager::main") +# utils.breakpoint ("Entering BootManager::main") # set to 1 if error occurred error= 0 -- 2.43.0