From 3013d428d2d8ee16ea168a8192c284891e37d7e4 Mon Sep 17 00:00:00 2001 From: Aaron Veden Date: Thu, 9 Dec 2021 22:39:42 -0800 Subject: [PATCH] removing debug statement on mapFetch --- libs/MapUtils.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/MapUtils.lua b/libs/MapUtils.lua index e574e24..1184110 100644 --- a/libs/MapUtils.lua +++ b/libs/MapUtils.lua @@ -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