as
Alejandro Acuña
2025-01-21 61cdfc6ee7f013c4533add51d797c1886b312883
libraries/server/src/art/servers/controller/ControllerStatus.java
@@ -226,8 +226,6 @@
                }
            }
            
            status.thread.threadCpuTime = threadCpuTime;
            status.thread.threadUserTime = threadUserTime;
            status.thread.totalStartedThreadCount = threadMXBean.getTotalStartedThreadCount();
            status.thread.threadCount = threadMXBean.getThreadCount();
            status.thread.peakThreadCount = threadMXBean.getPeakThreadCount();