Remove error handling for oracle unlimited crypto issue

This commit is contained in:
AsamK 2021-05-01 08:45:10 +02:00
parent 0a63dd1db4
commit 357e278f48
11 changed files with 5 additions and 65 deletions

View file

@ -17,10 +17,6 @@ public class ErrorUtils {
private ErrorUtils() {
}
public static void handleAssertionError(AssertionError e) {
logger.warn("If you use an Oracle JRE please check if you have unlimited strength crypto enabled, see README");
}
public static void handleTimestampAndSendMessageResults(
PlainTextWriter writer, long timestamp, List<SendMessageResult> results
) throws CommandException {