Remove leftover debug prints

This commit is contained in:
Gregoo 2025-01-28 23:07:54 +01:00
parent b55999327b
commit 7eb87dc90c

View File

@ -122,9 +122,6 @@ def missing_part(
color: int, color: int,
spare: int, spare: int,
) -> Response: ) -> Response:
from pprint import pprint
pprint(locals())
brickset = BrickSet().select_specific(id) brickset = BrickSet().select_specific(id)
if figure is not None: if figure is not None: