mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2025-02-08 09:07:38 +00:00
Убраны отладочные сообщения
This commit is contained in:
parent
5221834151
commit
dee6d2768a
3
site.py
3
site.py
@ -98,9 +98,6 @@ if option_react:
|
|||||||
# Перебираем составные
|
# Перебираем составные
|
||||||
for el in db[i[1]]:
|
for el in db[i[1]]:
|
||||||
if el[1] not in comps:
|
if el[1] not in comps:
|
||||||
print("############")
|
|
||||||
print(part)
|
|
||||||
print(parted[i[1]])
|
|
||||||
comps[el[1]] = parted[i[1]] * i[2]
|
comps[el[1]] = parted[i[1]] * i[2]
|
||||||
else:
|
else:
|
||||||
comps[el[1]] += parted[i[1]] * i[2]
|
comps[el[1]] += parted[i[1]] * i[2]
|
||||||
|
Loading…
Reference in New Issue
Block a user