VERSION 0.84.

Info -> debug.
1 files changed, 2 insertions(+), 2 deletions(-)

M src/main/java/com/civfanatics/civ3/xplatformeditor/MapPanel.java
M src/main/java/com/civfanatics/civ3/xplatformeditor/MapPanel.java +2 -2
@@ 1080,8 1080,8 @@ public class MapPanel extends JPanel imp
                 //With performance on demand, it is about 150 ms the first time, then as CPU speed
                 //ramps up, gets down to 40 ms by the 4th or 5th time.  So you do have a considerable
                 //difference in responsiveness, and the CPU takes 0.2-0.35 seconds to ramp up
-                if (logger.isInfoEnabled())
-                    logger.info("timeDiff: " + timeDiff/1000000);
+                if (logger.isDebugEnabled())
+                    logger.debug("timeDiff: " + timeDiff/1000000);
                 sleepTime = period - timeDiff;   // time left in this loop
                 //the thread is le tired
                 if (logger.isDebugEnabled())