fix: remove the debug exception logging (oopsies)
This commit is contained in:
parent
3b200d8a2b
commit
60356a5eea
2 changed files with 2 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
2094
|
2096
|
|
@ -198,9 +198,7 @@ public class AuthPlugin extends PlayersPlugin.Listener {
|
||||||
.color(NamedTextColor.GREEN),
|
.color(NamedTextColor.GREEN),
|
||||||
target.profile.getId()
|
target.profile.getId()
|
||||||
);
|
);
|
||||||
} catch (Exception e) {
|
} catch (Exception ignored) {}
|
||||||
bot.logger.error(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue