Убраны отладочные сообщения

This commit is contained in:
none 2024-01-24 18:50:12 +03:00
parent 5221834151
commit dee6d2768a

View File

@ -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]