removed print

This commit is contained in:
Krzysztof Surażyński 2021-06-19 13:34:13 +02:00
parent 75d72c701e
commit 5024860e40
2 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class Truck:
self.direction = (self.direction - 90) % 360
def move(self, map):
print(self.direction)
if self.direction == 180:
return self.move_up(map)
if self.direction == 0:

Binary file not shown.