From 03b0fb0ba2de86bcfff277778826547c0e37a93f Mon Sep 17 00:00:00 2001
From: 张世豪 <979909237@qq.com>
Date: 星期四, 20 十一月 2025 23:52:51 +0800
Subject: [PATCH] 优化修改

---
 src/xitongshezhi/SystemDebugDialog.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xitongshezhi/SystemDebugDialog.java b/src/xitongshezhi/SystemDebugDialog.java
index 0da3321..08ca52c 100644
--- a/src/xitongshezhi/SystemDebugDialog.java
+++ b/src/xitongshezhi/SystemDebugDialog.java
@@ -552,7 +552,7 @@
             
             // 濡傛灉鍐呭瓨浣跨敤瓒呰繃80%锛屽缓璁竻鐞�
             if (usedMemory > maxMemory * 0.8) {
-                System.out.println("鍐呭瓨浣跨敤璀﹀憡: " + usedMemory + "MB/" + maxMemory + "MB");
+                //System.out.println("鍐呭瓨浣跨敤璀﹀憡: " + usedMemory + "MB/" + maxMemory + "MB");
                 // 鍙�夛細鑷姩娓呯悊鏃ф暟鎹�
                 if (dataTextArea.getLineCount() > MAX_DISPLAY_LINES) {
                     clearData();

--
Gitblit v1.9.3