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