From 3b526d9c405f291203747d583fb7797647be7fa1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 28 Jan 2021 17:58:04 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java b/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java
index 3a1adff..f31295b 100644
--- a/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java
+++ b/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java
@@ -106,7 +106,6 @@
      * @param memberId
      */
     public static void sendWholePrice(@NotNull Long memberId) {
-        log.info("执行了这个方法");
         EXECUTOR.execute(new Runnable() {
             @Override
             public void run() {

--
Gitblit v1.9.1