diff --git a/modules/purchase_trade/weight_report.py b/modules/purchase_trade/weight_report.py index c1fe68f..d8fbcc1 100644 --- a/modules/purchase_trade/weight_report.py +++ b/modules/purchase_trade/weight_report.py @@ -105,7 +105,6 @@ class WeightReport(ModelSQL, ModelView): return None report['report_date'] = parse_date(report_data.get('date', '')) - logger.info("RETRUN_DATE:%s",report['weight_date']) # 3. Contract Information contract_data = json_data.get('contract', {}) report['contract_no'] = contract_data.get('contract_no', '')