mirror of
https://github.com/veden/Rampant.git
synced 2025-03-17 20:58:35 +02:00
removing debug statement on mapFetch
This commit is contained in:
parent
76dbc8363e
commit
3013d428d2
@ -72,8 +72,6 @@ function mapUtils.nextMap(universe)
|
||||
universe.mapIterator, map = next(universe.maps, universe.mapIterator)
|
||||
if map and map.activeSurface then
|
||||
return map
|
||||
elseif map and not map.activeSurface then
|
||||
print("skipping", universe.mapIterator)
|
||||
end
|
||||
until mapIterator == universe.mapIterator
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user