Alejandro Acuña
2025-04-29 d1d736e487d9eb104dcae9def948066037afd2f0
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();