Remove some debugging

This commit is contained in:
James Seibel
2021-08-28 10:00:11 -05:00
parent 685284f131
commit acc73af666
@@ -269,9 +269,9 @@ public class LodBufferBuilder
long renderingTime = renderEnd - renderStart;
ClientProxy.LOGGER.info("Buffer Build time: " + buildTime + " ms" + '\n' +
"Tree cutting time: " + treeTime + " ms" + '\n' +
"Rendering time: " + renderingTime + " ms");
// ClientProxy.LOGGER.info("Buffer Build time: " + buildTime + " ms" + '\n' +
// "Tree cutting time: " + treeTime + " ms" + '\n' +
// "Rendering time: " + renderingTime + " ms");
// mark that the buildable buffers as ready to swap
switchVbos = true;
@@ -303,9 +303,9 @@ public class LodBufferBuilder
}
//===============================//
// BufferBuilder related methods //
//===============================//
//===============================//
// BufferBuilder related methods //
//===============================//
/**