From 755d6978628cfd883a5c0fdb2bad3f6ba0ea3b7c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 27 May 2024 16:08:36 +0200 Subject: ✅ remove MCC importers on default data - add specific fixtures with MCC data for tests (refs #5921) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_files/models.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archaeological_files/models.py') diff --git a/archaeological_files/models.py b/archaeological_files/models.py index 624ae470d..49f680031 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -991,7 +991,6 @@ class File( for cost in q.all(): values[prefix + key_qt_planned] += (cost.quantity_by_day_planned or 0) values[prefix + key_qt_worked] += (cost.quantity_by_day_worked or 0) - print() value = ES_UNITS_DAYS[cost.equipment_service_cost.unit] * ( cost.days_planned or 0) if value > values[prefix + key_time_planned]: -- cgit v1.2.3