X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlextension.py;fp=sfatables%2Fxmlextension.py;h=1e27e762cca306db19fb0e2987464f795a723df1;hb=7a3131ef03d2a4b30cce63cb6f671a4e35da836d;hp=412419b064e9e986e5fe6a1930a33ee32465902f;hpb=9b797da9df5269c5f4992c3bc1845e02a6ffd53f;p=sfa.git diff --git a/sfatables/xmlextension.py b/sfatables/xmlextension.py index 412419b0..1e27e762 100644 --- a/sfatables/xmlextension.py +++ b/sfatables/xmlextension.py @@ -15,8 +15,6 @@ class Xmlextension: def __init__(self, dir, component_name): filename = dir+"/"+component_name+".xml" - import pdb - pdb.set_trace() self.xmldoc = libxml2.parseFile(filename) # TODO: Check xmldoc against a schema