From 334af33faa80e2e91d0fd98475e10df7a420c801 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期五, 03 一月 2025 15:35:36 +0800
Subject: [PATCH] #

---
 version/BarcodeThread1.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/version/BarcodeThread1.java b/version/BarcodeThread1.java
index 38ce936..04f585b 100644
--- a/version/BarcodeThread1.java
+++ b/version/BarcodeThread1.java
@@ -47,7 +47,7 @@
                     String s = new String(read);
                     if (!Cools.isEmpty(s)) {
                         barcode = new String(read);
-                        log.info("{}鍙锋潯鐮佸櫒锛屾绱㈡暟鎹細{}", slave.getId(), this.barcode);
+//                        log.info("{}鍙锋潯鐮佸櫒锛屾绱㈡暟鎹細{}", slave.getId(), this.barcode);
                         JSONObject jsonObject = new JSONObject();
                         jsonObject.put("time", DateUtils.convert(new Date(), DateUtils.yyyyMMddHHmmss_F));
                         jsonObject.put("barcode", barcode);

--
Gitblit v1.9.1