Skip to content

Commit

Permalink
Removed print.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Dec 20, 2024
1 parent 4c764c5 commit 59bd75a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maps4fs/generator/i3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def _update_i3d_file(self) -> None:
self.logger.debug("TerrainTransformGroup element updated in I3D file.")

if self.map_size > 4096:
print("Map size is greater than 4096")
displacement_layer = terrain_elem.find(".//DisplacementLayer") # pylint: disable=W0631

if displacement_layer is not None:
Expand Down

0 comments on commit 59bd75a

Please sign in to comment.