mirror of
https://github.com/pim-n/pg-rad
synced 2026-04-24 17:58:11 +02:00
remove print statement
This commit is contained in:
@ -148,7 +148,6 @@ class LandscapeBuilder:
|
||||
|
||||
# we dont support -x values, but negative y values are possible as
|
||||
# the path is centered in the y direction.
|
||||
print(pos)
|
||||
if not (
|
||||
(0 <= pos[0] <= self._size[0]) and
|
||||
(-0.5 * self._size[1] <= pos[1] <= 0.5 * self._size[1])
|
||||
|
||||
Reference in New Issue
Block a user