Skip to content
Snippets Groups Projects
Commit a31aca5b authored by Cezary Czernecki's avatar Cezary Czernecki
Browse files

removing debugging information

parent cedde585
No related branches found
No related tags found
No related merge requests found
......@@ -75,10 +75,6 @@ def process(context, parameters):
update_mode = parameters.get('update_mode', None)
validate_data(xls_byte_arrays, csv_strings, update_mode, xls_name)
definitions = get_definitions_from_xls(xls_byte_arrays)
print(xls_byte_arrays)
print(csv_strings)
print ("EOEOOEOE")
print(definitions)
definitions.extend(get_definitions_from_csv(csv_strings))
creations = get_creations_from(definitions, FileHandler(scripts))
creations_metadata = get_creation_metadata_from(definitions)
......
......@@ -35,12 +35,7 @@ class PropertiesOnlyDefinitionParser(object):
'PROPERTIES_VALUES_ROW_START': PROPERTIES_VALUES_ROW_START
}
print("PREPREPRPPRE")
print(poi_definition)
poi_definition = PoiCleaner.clean_data(poi_definition, row_numbers)
print("POSOPOPSPOPSPOSPOOPS")
print(poi_definition)
definition = Definition()
definition.type = poi_definition[DEFINITION_TYPE_ROW][DEFINITION_TYPE_CELL]
if PropertiesOnlyDefinitionParser.hasProperties(poi_definition):
......
......@@ -4,7 +4,4 @@ class FileHandler(object):
self.scripts = scripts
def get_script(self, script_path):
print("SSSSSSS")
print(script_path)
print(self.scripts)
return self.scripts[script_path]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment