Skip to content

Commit

Permalink
remove unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed May 28, 2024
1 parent 32c5409 commit 7f28a2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class ElkGraphDiagramGenerator implements IDiagramGenerator {
} catch (ExecutionException ex) {
throw new RuntimeException(ex.message)
} finally {
LOG.info("Layout timed out.")
future.cancel(true)
}

Expand Down

0 comments on commit 7f28a2c

Please sign in to comment.