Make tags children of nodes
[sface.git] / sface / xmlrpcwindow.py
index 86c47c2..483d443 100644 (file)
@@ -7,7 +7,6 @@ class XmlrpcTracker():
         self.xmlrpcWindow = XmlrpcWindow()
 
     def getAndPrint(self, rawOutput):
-        print "RAW OUTPUT:\n" + rawOutput + "\nEND OF RAW OUT"
         self.store(rawOutput)
         self.extractXml()
         self.xmlrpcWindow.setData(self.xml)