From ef78717c5b956a26b360de44f774fc2b804296c2 Mon Sep 17 00:00:00 2001
From: 张世豪 <979909237@qq.com>
Date: 星期四, 20 十一月 2025 20:56:36 +0800
Subject: [PATCH] 修改20251120

---
 src/xitongshezhi/ConfigSet.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/xitongshezhi/ConfigSet.java b/src/xitongshezhi/ConfigSet.java
index 98e5435..b31f830 100644
--- a/src/xitongshezhi/ConfigSet.java
+++ b/src/xitongshezhi/ConfigSet.java
@@ -79,7 +79,7 @@
         if (lunxun.isPolling() && !lunxun.isPaused()) {
             boolean paused = lunxun.setPollingPaused(true);
             if (paused) {
-                System.out.println("杩涘叆璁剧疆椤甸潰锛岃疆璇㈠凡鏆傚仠");
+                //System.out.println("杩涘叆璁剧疆椤甸潰锛岃疆璇㈠凡鏆傚仠");
             } else {
                 System.err.println("杩涘叆璁剧疆椤甸潰锛屾殏鍋滆疆璇㈠け璐�");
             }
@@ -98,7 +98,7 @@
                 if (lunxun.checkSerialConnection()) {
                     boolean resumed = lunxun.setPollingPaused(false);
                     if (resumed) {
-                        System.out.println("閫�鍑鸿缃〉闈紝杞宸叉仮澶�");
+                        //System.out.println("閫�鍑鸿缃〉闈紝杞宸叉仮澶�");
                     } else {
                         System.err.println("閫�鍑鸿缃〉闈紝鎭㈠杞澶辫触");
                     }
@@ -107,7 +107,7 @@
                 }
             }
         } else {
-            System.out.println("閫�鍑鸿缃〉闈紝淇濇寔鍘熸湁杞鐘舵�� - 杩愯: " + wasPollingRunning + ", 鏆傚仠: " + wasPollingPaused);
+            //System.out.println("閫�鍑鸿缃〉闈紝淇濇寔鍘熸湁杞鐘舵�� - 杩愯: " + wasPollingRunning + ", 鏆傚仠: " + wasPollingPaused);
         }
     }
    

--
Gitblit v1.9.3