diff --git a/squirrelbattle/interfaces.py b/squirrelbattle/interfaces.py index 828fe59..8117659 100644 --- a/squirrelbattle/interfaces.py +++ b/squirrelbattle/interfaces.py @@ -254,8 +254,6 @@ class Map: if x + y > max_range: continue is_opaque = self.is_wall(y, x, octant, origin) - if y == top_y and octant == 7 and x == 4: - self.logs.add_message(f"{x}, {y}, {top.X}, {top.Y}") is_visible = is_opaque\ or ((y != top_y or top >= Slope(y, x)) and (y != bottom_y