removed some e.printStack for the release

This commit is contained in:
Leonardo
2021-08-28 13:40:39 +02:00
parent f803bd58af
commit 685284f131
2 changed files with 3 additions and 6 deletions
@@ -522,7 +522,7 @@ public class LodDimension
region.getDataToRender(dataToRender, playerPosX, playerPosZ);
} catch (Exception e)
{
e.printStackTrace();
//e.printStackTrace();
}
}