Remove debug output

This commit is contained in:
Thomas Kolb 2024-08-24 19:29:12 +02:00
parent af3677e13d
commit 7564f10188

View file

@ -54,7 +54,6 @@ for i in range(len(part_ids)):
if i % 2 == 0: if i % 2 == 0:
l = zpl.Label(height=PAGE_H, width=PAGE_W, dpmm=8.0) l = zpl.Label(height=PAGE_H, width=PAGE_W, dpmm=8.0)
print(f"{part_ids[i]} => {titles[i]}")
add_part(l, i%2, part_ids[i], titles[i]) add_part(l, i%2, part_ids[i], titles[i])
if i % 2 == 1: if i % 2 == 1: