From a2f6f1d140e1923304cae9db9d166bd69cb8b18e Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 6 Jun 2020 17:07:40 +0800 Subject: [PATCH] =?UTF-8?q?[Clear]=20BotCommandProcess=20=E6=95=B4?= =?UTF-8?q?=E7=90=86=E4=BB=A3=E7=A0=81;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java b/src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java index e55384f..8eb1b30 100644 --- a/src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java +++ b/src/main/java/net/lamgc/cgj/bot/BotCommandProcess.java @@ -509,7 +509,6 @@ public class BotCommandProcess { if(!rawValue) { for(JsonElement tag : tags) { boolean current = tag.getAsString().matches("R-*18") || tag.getAsString().contains("R18"); - // log.warn("Match: {}, Tag: {}", current, tag.getAsString()); if (current) { rawValue = true; break;