mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Remove error handling for oracle unlimited crypto issue
This commit is contained in:
parent
0a63dd1db4
commit
357e278f48
11 changed files with 5 additions and 65 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue