Skip to content

Commit

Permalink
fix: disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
schoenenberg committed Jul 4, 2024
1 parent 2bbbc9a commit 88ada14
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,8 @@ public void start() {
monitor.info("Skipping start of Logginghouse client extension (disabled).");
} else {
monitor.info("Starting Logginghouse client extension.");
workersManager.execute();
}

workersManager.execute();
}

@Override
Expand Down

0 comments on commit 88ada14

Please sign in to comment.