From ef2e0b8a6638f7a2ee4469ea2cd7c4a7e292f941 Mon Sep 17 00:00:00 2001 From: Plom Heller Date: Sat, 30 May 2026 04:18:20 +0200 Subject: [PATCH] Remove unused code. --- bricksplom.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bricksplom.py b/bricksplom.py index 87adc83..5daadef 100755 --- a/bricksplom.py +++ b/bricksplom.py @@ -564,19 +564,6 @@ class BricksDb: item = table[inquiry] return item.raw() if show_raw else item.show() - def print( - self - ) -> None: - 'Show all we know.' - for title, items in (('COLORS', self.colors), - ('PIECES', self.pieces), - ('DESIGNS', self.designs), - ('BOXES', self.boxes()), - ('COLLECTIONS', self.collections)): - print(title) - for item in items.values(): - print(item) - def main( ) -> None: -- 2.30.2