diff --git a/pronsole.py b/pronsole.py index 834bb68..6012021 100644 --- a/pronsole.py +++ b/pronsole.py @@ -98,7 +98,7 @@ class pronsole(cmd.Cmd): if self.__dict__.has_key("onecmd"): del self.onecmd # remove override if not self.processing_rc: print "Macro '"+self.cur_macro_name+"' defined" - print self.cur_macro+"------------" # debug + #print self.cur_macro+"------------" # debug self.prompt="PC>" if self.cur_macro_def=="": print "Empty macro - cancelled"