Skip to content

Commit

Permalink
refac: removed useless warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Montori committed Dec 29, 2021
1 parent 1b9d455 commit e877862
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ private void deleteTunnel(String senderChannelID) {
}
}

//TODO: remove Warning once the problem has been resolved. I just don't like warnings in my Workspace.
@SuppressWarnings("unused")
private void doTheDigging(List<String> args, Message message) {
if (args.size() < 2) {
message.getChannel().sendMessage("**You need to supply a channel ID!**").queue();
Expand Down

0 comments on commit e877862

Please sign in to comment.