Skip to content

Commit

Permalink
undo of disable disable
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Sep 26, 2024
1 parent 8cb8520 commit 8988d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public TelemetryService(ProfileService profileService, TelemetrySendingService t
*/
@EventListener(ApplicationReadyEvent.class)
public void sendTelemetry() {
if (!useTelemetry) { // || profileService.isDevActive()) {
if (!useTelemetry || profileService.isDevActive()) {
return;
}

Expand Down

0 comments on commit 8988d00

Please sign in to comment.