Skip to content

Commit

Permalink
Remove stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshimichi0915 committed Dec 17, 2023
1 parent 59fc4d1 commit 519bad7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ public void parseStatus(ScanContext context, S2CStatusPacket packet) throws IOEx
result.setDescription(description.getAsString());
}
} catch (Exception e) {
e.printStackTrace();
throw new InvalidStatusException("Failed to parse server status: " + e.getMessage() + " while scanning " + target.getHost() + ":" + target.getPort());
}

Expand Down

0 comments on commit 519bad7

Please sign in to comment.