From 5a1fa1f68c02d818b5383dcc62c91414ac1c204f Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Sat, 7 Feb 2026 15:57:00 +0330 Subject: [PATCH] update hatching --- app/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views.py b/app/views.py index 6be795b..ea25592 100644 --- a/app/views.py +++ b/app/views.py @@ -807,7 +807,6 @@ class HatchingsViewSet(viewsets.ModelViewSet): 'PartIdCode', 'UnitTypeName' ] good_sum = request.data.get('GoodSum', []) - print(request.data) if int(good_sum.get('loadingSum',0)) > 0: for key in same_keys: if key in request.data and request.data[key] is not None: