removed debugging macro code output

master
Keegi 2011-06-07 18:24:09 +03:00
parent 47298bba5e
commit cf924f5068
1 changed files with 1 additions and 1 deletions

View File

@ -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"