remove debug trace in generated code
authorLuc Yriarte <luc.yriarte@intel.com>
Mon, 25 Mar 2013 14:46:37 +0000 (15:46 +0100)
committerLuc Yriarte <luc.yriarte@intel.com>
Mon, 25 Mar 2013 14:46:37 +0000 (15:46 +0100)
cloudeebus/cloudeebus.py

index 0b577ed..69e499f 100755 (executable)
@@ -373,7 +373,6 @@ class dynDBusClass():
 
     def add_body_method(self):
         if (self.methodToAdd != None):
-            self.class_code.append_stmt("print 'In " + self.methodToAdd + "()'")
             if (self.args_str != str()):
                 self.class_code.append_stmt("self.callback('" + self.methodToAdd + "', dbus_async_cb, dbus_async_err_cb, %s)" % self.args_str)
             else: