mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
Remove printStackTrace
This commit is contained in:
parent
6944cf2579
commit
1298a5039b
@ -307,7 +307,6 @@ public class DiscordAPIImpl implements DiscordAPI {
|
||||
try {
|
||||
return mapExceptions(futureSupplier.get());
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
CompletableFuture<T> future = new CompletableFuture<>();
|
||||
future.completeExceptionally(t);
|
||||
return future;
|
||||
|
Loading…
Reference in New Issue
Block a user