mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Removed optional exception logger
This commit is contained in:
parent
88d68220d0
commit
4ad8d3d077
@ -35,8 +35,6 @@ public class ModToolUserInfoComposer extends MessageComposer {
|
||||
totalBans = set.getInt("totalBans");
|
||||
}
|
||||
}
|
||||
} catch (SQLException e) {
|
||||
LOGGER.error("Caught SQL exception", e);
|
||||
}
|
||||
this.response.appendInt(this.set.getInt("user_id"));
|
||||
this.response.appendString(this.set.getString("username"));
|
||||
|
Loading…
Reference in New Issue
Block a user