comment out a log line

This commit is contained in:
An Orbit 2023-05-06 18:11:52 -04:00 committed by GitHub
parent a817ca217d
commit cc4221efa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"),