Commit cf924f50 authored by Keegi's avatar Keegi

removed debugging macro code output

parent 47298bba
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment