fix: remove the debug exception logging (oopsies)

This commit is contained in:
Chayapak 2025-03-23 08:45:06 +07:00
parent 3b200d8a2b
commit 60356a5eea
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA
2 changed files with 2 additions and 4 deletions
build-number.txt
src/main/java/me/chayapak1/chomens_bot/plugins

View file

@ -1 +1 @@
2094
2096

View file

@ -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;
}