From 60356a5eea435b47c8338d7ff5c1fa882c37adbb Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Sun, 23 Mar 2025 08:45:06 +0700 Subject: [PATCH] fix: remove the debug exception logging (oopsies) --- build-number.txt | 2 +- .../java/me/chayapak1/chomens_bot/plugins/AuthPlugin.java | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build-number.txt b/build-number.txt index e9ad4b45..3c719f27 100644 --- a/build-number.txt +++ b/build-number.txt @@ -1 +1 @@ -2094 \ No newline at end of file +2096 \ No newline at end of file diff --git a/src/main/java/me/chayapak1/chomens_bot/plugins/AuthPlugin.java b/src/main/java/me/chayapak1/chomens_bot/plugins/AuthPlugin.java index 239f5884..7da6d000 100644 --- a/src/main/java/me/chayapak1/chomens_bot/plugins/AuthPlugin.java +++ b/src/main/java/me/chayapak1/chomens_bot/plugins/AuthPlugin.java @@ -198,9 +198,7 @@ public class AuthPlugin extends PlayersPlugin.Listener { .color(NamedTextColor.GREEN), target.profile.getId() ); - } catch (Exception e) { - bot.logger.error(e); - } + } catch (Exception ignored) {} return false; }