From dee6d2768a630c4e0303497cc0d613d2a16bcc73 Mon Sep 17 00:00:00 2001 From: none Date: Wed, 24 Jan 2024 18:50:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D1=8B=20=D0=BE?= =?UTF-8?q?=D1=82=D0=BB=D0=B0=D0=B4=D0=BE=D1=87=D0=BD=D1=8B=D0=B5=20=D1=81?= =?UTF-8?q?=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/site.py b/site.py index 1f4533d..1a0d52e 100644 --- a/site.py +++ b/site.py @@ -98,9 +98,6 @@ if option_react: # Перебираем составные for el in db[i[1]]: if el[1] not in comps: - print("############") - print(part) - print(parted[i[1]]) comps[el[1]] = parted[i[1]] * i[2] else: comps[el[1]] += parted[i[1]] * i[2]