Skip to content

Commit

Permalink
Disable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
geertplaisier committed Nov 21, 2024
1 parent 584f587 commit 5d71f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { AutofillDataService } from './autofill-data.service';
})
export class PlanregistratiesService {

private showLogging = true;
private showLogging = false;

private planRegistraties = new BehaviorSubject<PlanregistratieModel[]>([]);

Expand Down

0 comments on commit 5d71f0e

Please sign in to comment.