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

main
none 9 months ago
parent 5221834151
commit dee6d2768a

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

Loading…
Cancel
Save