Removed comment

This commit is contained in:
AnthorNet 2015-06-08 10:14:04 +02:00
parent 6a86ee904f
commit ac92ae7076

View File

@ -46,7 +46,6 @@ def configure():
for schemaRef, schemaFile in Settings.GATEWAY_JSON_SCHEMAS.iteritems():
validator.addSchemaResource(schemaRef, resource_string(__name__, schemaFile))
# validator.addSchemaResource(schemaRef, os.path.dirname(__file__) + '/' + schemaFile)
def push_message(string_message, topic):