From 2ebc496d149050883b2b47ca9986f4d9600e677f Mon Sep 17 00:00:00 2001 From: Kamila Bobkowska Date: Thu, 7 May 2020 17:12:41 +0000 Subject: [PATCH] small change --- models/Garbagetruck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/Garbagetruck.py b/models/Garbagetruck.py index 9ce2d5b..64f4e12 100644 --- a/models/Garbagetruck.py +++ b/models/Garbagetruck.py @@ -139,7 +139,7 @@ class GarbageTruck(): trash[id].empty(i) else: - #print("This ", i , "shouldn't be here") + print("This ", i , "shouldn't be here") if self.collect(trash, id, i): trash[id].empty(i) self.cap()