Remove unnecessary comment

This commit is contained in:
AnthorNet 2015-05-04 13:33:58 +02:00
parent c8e21abea5
commit 863d5937c7

View File

@ -42,7 +42,6 @@ def configure():
sender.bind(binding)
for schemaRef, schemaFile in Settings.GATEWAY_JSON_SCHEMAS.iteritems():
#filename = resource_filename(Requirement.parse("eddn"), schemaFile)
validator.addSchemaResource(schemaRef, os.path.dirname(__file__) + '/' + schemaFile)