remove print-debugging

master
Aevann 2024-02-16 00:00:48 +02:00
parent 36abb0b397
commit 23d993496d
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ def publish(pid, v):
p.chudded = v.chud and p.hole != 'chudrama' and not (p.is_longpost and not v.chudded_by)
p.queened = bool(v.queen and not p.is_longpost)
print('bool: ', bool(v.queen and not p.is_longpost), flush=True)
print(p.queened, flush=True)
p.sharpened = v.sharpen and not p.is_longpost
p.rainbowed = v.rainbow and not p.is_longpost