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]