From cf2cdc156f3cc6c345137e349d3c623a248d6fd1 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 3 Jun 2017 03:45:36 +0300 Subject: [PATCH] Cleanups --- pysollib/games/klondike.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pysollib/games/klondike.py b/pysollib/games/klondike.py index 3e707407..21f344e1 100644 --- a/pysollib/games/klondike.py +++ b/pysollib/games/klondike.py @@ -79,7 +79,6 @@ class Klondike(Game): # create layout l, s = Layout(self), self.s kwdefault(layout, rows=7, waste=1, texts=1, playcards=16) - print(l, layout) self.__class__.__dict__['Layout_Method'](l, **layout) # self.Layout_Method.__get__(l, l.__class__)(**layout) self.setSize(l.size[0], l.size[1])