From 949f53b985cfea73bb0af0e4075210cf11414d57 Mon Sep 17 00:00:00 2001 From: Adnovac Date: Tue, 2 Apr 2019 09:48:46 +0200 Subject: [PATCH] Usunieto zbedny print --- DataModels/House.py | 1 - 1 file changed, 1 deletion(-) diff --git a/DataModels/House.py b/DataModels/House.py index ebc8e7c..64dae2a 100644 --- a/DataModels/House.py +++ b/DataModels/House.py @@ -4,7 +4,6 @@ from DataModels.Cell import Cell class House(Cell): def __init__(self, x, y, max_rubbish, yellow=0, green=0, blue=0): Cell.__init__(self, x, y, max_rubbish, yellow, green, blue) - print(f"Domek: {x} {y}") def return_trash(self, collector): self.container.yellow, self.container.green, self.container.blue = collector.container.add(