From: Sapan Bhatia Date: Mon, 26 Oct 2009 19:42:27 +0000 (+0000) Subject: Removed some debuggin print statements. X-Git-Tag: sfa-0.9-6~105 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=f58fc949070f5f17d4dea42aa31b6d72ed6073ec Removed some debuggin print statements. --- diff --git a/sfatables/xmlextension.py b/sfatables/xmlextension.py index 809ea367..5e298db9 100644 --- a/sfatables/xmlextension.py +++ b/sfatables/xmlextension.py @@ -10,7 +10,6 @@ from sfatables.globals import * class Xmlextension: def __init__(self, file_path): - print file_path self.context = "" self.processor = "" self.operand = "VALUE" diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index 1a31711e..d8b30dcf 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -10,7 +10,6 @@ class XMLRule: filepath = os.path.join(sfatables_config, 'processors', processor) # XXX - print filepath styledoc = libxml2.parseFile(filepath) style = libxslt.parseStylesheetDoc(styledoc) result = style.applyStylesheet(doc, None)