diff --git a/src/app/modules/time-clock/store/entry.effects.ts b/src/app/modules/time-clock/store/entry.effects.ts index 044f4359a..503150172 100644 --- a/src/app/modules/time-clock/store/entry.effects.ts +++ b/src/app/modules/time-clock/store/entry.effects.ts @@ -104,7 +104,6 @@ export class EntryEffects { mergeMap((entry) => this.entryService.updateActiveEntry(entry).pipe( map((entryResponse) => { - console.log(entryResponse); if (entryResponse.end_date) { this.toastrService.success(INFO_SAVED_SUCCESSFULLY); }