Removed optional exception logger

This commit is contained in:
Swirny 2020-05-23 17:37:39 -04:00 committed by Mike
parent 88d68220d0
commit 4ad8d3d077

View File

@ -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"));