826220679@qq.com
3 小时以前 69b40096cb0ae965f2a3e92672b880edfe7d04d2
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资源清理完成");
      }
   }
   /**