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()