From cf924f5068bc9b4235e3a0adc37ea9183bcfcb2b Mon Sep 17 00:00:00 2001 From: Keegi Date: Tue, 7 Jun 2011 18:24:09 +0300 Subject: [PATCH] removed debugging macro code output --- pronsole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"