From cc4221efa18838eeaa38752e93c4273eb94d9a9b Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Sat, 6 May 2023 18:11:52 -0400 Subject: [PATCH] comment out a log line --- mods/the_ground.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/the_ground.js b/mods/the_ground.js index b660d04d..5f822e70 100644 --- a/mods/the_ground.js +++ b/mods/the_ground.js @@ -84,7 +84,7 @@ if(enabledMods.includes(libraryMod) && enabledMods.includes(colorOffsetMod)) { }; var rockData = rockInfo._data ?? ["error","error","hot_unknown"]; var newName = hotNameOverrides[rockName] ?? "hot_" + rockName; - console.log(newName,igneousRocksAndSands.indexOf(rockName)); + //console.log(newName,igneousRocksAndSands.indexOf(rockName)); //console.log(rockInfo.stateHigh); elements[newName] = { color: redHotColorgen(rockInfo.color,"hex"),