From 69b40096cb0ae965f2a3e92672b880edfe7d04d2 Mon Sep 17 00:00:00 2001
From: 826220679@qq.com <826220679@qq.com>
Date: 星期六, 27 十二月 2025 21:14:09 +0800
Subject: [PATCH] 优化了登录页面
---
src/chuankou/Sendmsg.java | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/chuankou/Sendmsg.java b/src/chuankou/Sendmsg.java
index 50f76d3..8a2bc74 100644
--- a/src/chuankou/Sendmsg.java
+++ b/src/chuankou/Sendmsg.java
@@ -95,7 +95,6 @@
*/
public static void enableDebugMode() {
DEBUG_MODE = true;
- System.out.println("[" + getCurrentTime() + "] Sendmsg璋冭瘯妯″紡宸插惎鐢�");
}
/**
@@ -103,7 +102,6 @@
*/
public static void disableDebugMode() {
DEBUG_MODE = false;
- System.out.println("[" + getCurrentTime() + "] Sendmsg璋冭瘯妯″紡宸茬鐢�");
}
/**
@@ -111,7 +109,6 @@
*/
public static void setDebugMode(boolean debug) {
DEBUG_MODE = debug;
- System.out.println("[" + getCurrentTime() + "] Sendmsg璋冭瘯妯″紡: " + (debug ? "鍚敤" : "绂佺敤"));
}
/**
@@ -123,10 +120,6 @@
// 娓呯悊ThreadLocal璧勬簮
TIME_FORMATTER.remove();
STRING_BUILDER_CACHE.remove();
-
- if (DEBUG_MODE) {
- System.out.println("[" + getCurrentTime() + "] Sendmsg璧勬簮娓呯悊瀹屾垚");
- }
}
/**
--
Gitblit v1.10.0