Skip to content

Commit

Permalink
remove line intended to trigger lazy init
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 21, 2024
1 parent 7a11ba5 commit 0b3d38c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/io/cryostat/discovery/Discovery.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ public class Discovery {

@Transactional
void onStart(@Observes StartupEvent evt) {
// ensure lazily initialized entries are created
DiscoveryNode.getUniverse();

DiscoveryPlugin.<DiscoveryPlugin>findAll().list().stream()
.filter(p -> !p.builtin)
.forEach(
Expand Down

0 comments on commit 0b3d38c

Please sign in to comment.