Removed random logging

This commit is contained in:
Anuken
2022-04-09 10:30:26 -04:00
parent 21066acc6e
commit 23539a6e53
2 changed files with 0 additions and 5 deletions

View File

@@ -116,10 +116,7 @@ public class Fonts{
TextureRegion region = Core.atlas.find(texture);
if(region.texture != uitex){
Log.info("not found: " + nametex[0]);
continue;
}else{
Log.info("found: " + nametex[0]);
}
unicodeIcons.put(nametex[0], ch);