1
0
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:
Aaron Veden 2021-12-09 22:39:42 -08:00
parent 76dbc8363e
commit 3013d428d2
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -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