Commit f08247b5 authored by Roque Porchetto's avatar Roque Porchetto

erp5_wendelin_telecom_ingestion: removing log

parent e42b5031
...@@ -35,7 +35,7 @@ for line_data_ingestion in portal_catalog(**query_dict): ...@@ -35,7 +35,7 @@ for line_data_ingestion in portal_catalog(**query_dict):
destination_section = data_ingestion.getDestinationSection(), destination_section = data_ingestion.getDestinationSection(),
destination_project = data_ingestion.getDestinationProject()) destination_project = data_ingestion.getDestinationProject())
except Exception as e: except Exception as e:
log(''.join(["[WARNING] Data Analysis already created: ", str(e)])) #log(''.join(["[WARNING] Data Analysis already created: ", str(e)]))
data_analysis = None data_analysis = None
if data_analysis is not None: if data_analysis is not None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment