delete debug code

main
hako-mikan 2025-01-23 23:52:27 +09:00
parent b0eccd4786
commit a81dfda0db
1 changed files with 0 additions and 2 deletions

View File

@ -1219,11 +1219,9 @@ def ratiodealer(key, lwei, elemental:str, flux = False):
if flux:
block = elemkey = get_flux_blocks(key)
print(block, key)
if block in BLOCKIDFLUX:
ratio = lwei[BLOCKIDFLUX.index(block)]
picked = True
print(key, block, BLOCKIDFLUX.index(block), ratio)
else:
for i,block in enumerate(BLOCKS):
if block in key: