Skip to content

Commit

Permalink
Removed logging line
Browse files Browse the repository at this point in the history
  • Loading branch information
zatrit committed Aug 1, 2022
1 parent 35eaf69 commit e74589f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public PlayerHandler(@NotNull GameProfile profile) {
if (profile.getProperties().isEmpty() && refillProfiles != RefillProfiles.DONT_REFILL)
PlayerRegistry.getSessionService().fillProfileProperties(profile, true);
PlayerHandler.this.textures.putAll(PlayerRegistry.getSessionService().getTextures(profile, true));
this.textures.forEach((type, texture) -> OpenMCSkins.LOGGER.info(type.name() + ": " + texture.getUrl() + ", " + texture.getHash()));
if (PlayerHandler.this.textures.containsKey(MinecraftProfileTexture.Type.SKIN))
PlayerHandler.this.setModel(textures.get(MinecraftProfileTexture.Type.SKIN).getMetadata("model"));
}
Expand Down

0 comments on commit e74589f

Please sign in to comment.