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) {