Skip to content

Commit ff7e952

Browse files
committed
improve
1 parent fefa604 commit ff7e952

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sentry/src/main/java/io/sentry/SentryExecutorService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public SentryExecutorService() {
8787
if (executorService.getQueue().size() < MAX_QUEUE_SIZE) {
8888
return executorService.schedule(runnable, delayMillis, TimeUnit.MILLISECONDS);
8989
}
90-
// TODO: maybe RejectedExecutionException?
9190
if (options != null) {
9291
options
9392
.getLogger()

0 commit comments

Comments
 (0)