Changed some System.out to ClientApi.debug
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ public class LodBufferBuilderFactory
|
||||
public void end(String source) {
|
||||
timer = System.nanoTime() - timer;
|
||||
if (timer> 16000000) { //16 ms
|
||||
System.out.println("WARNING! "+source+" took "+Duration.ofNanos(timer)+"!");
|
||||
ClientApi.LOGGER.debug("NOTE: "+source+" took "+Duration.ofNanos(timer)+"!");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user