From bc4d9857b49e374181aaf21e7a86d94a9f976f6f Mon Sep 17 00:00:00 2001 From: juanmuscaria Date: Fri, 17 Sep 2021 09:36:51 -0300 Subject: [PATCH] Ops, printing exception directly --- .../github/games647/fastlogin/velocity/FastLoginVelocity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java b/velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java index a536e5a8..a1417927 100644 --- a/velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java +++ b/velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java @@ -164,7 +164,6 @@ public class FastLoginVelocity implements PlatformPlugin { proxyId = UUID.fromString(lines.get(0)); } } catch (IOException e) { - e.printStackTrace(); logger.error("Unable to load proxy id from '{}'", idFile.toAbsolutePath()); logger.error("Detailed exception:", e); } catch (IllegalArgumentException e) {