9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00
This commit is contained in:
cyberpwn
2021-08-18 15:03:34 -04:00
parent 630b6e6313
commit 23f5b84c5e

View File

@@ -75,7 +75,6 @@ public class BurstExecutor {
CompletableFuture.allOf(futures.toArray(new CompletableFuture[0])).get();
futures.clear();
} catch (InterruptedException | ExecutionException e) {
e.printStackTrace();
Iris.reportError(e);
}
}