Skip to content

Commit

Permalink
Remove logging the exception thrown by the onFileSelected handler
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Jan 15, 2025
1 parent f9cdb0c commit 4f83955
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ final void showDialog() {
if (!tempFile.delete()) {
logger.warn("Could not delete temporary file {}", tempFile.getAbsolutePath());
}
logger.error("Error while downloading file", ex);
return CompletableFuture.failedFuture(ex);
});
} catch (IOException ex) {
Expand Down

0 comments on commit 4f83955

Please sign in to comment.