Disabled skilltree count logger for each class.

This commit is contained in:
MobiusDevelopment
2019-07-30 16:22:58 +00:00
parent 01e927f857
commit 9f4153fdd9

View File

@@ -104,7 +104,7 @@ public class SkillTreeTable
statement2.close();
count += map.size();
LOGGER.info("SkillTreeTable: skill tree for class " + classId + " has " + map.size() + " skills.");
// LOGGER.info("SkillTreeTable: skill tree for class " + classId + " has " + map.size() + " skills.");
}
classlist.close();