Skip to content

Commit 361c7ce

Browse files
committed
fix: ioet#294 remove console.log
1 parent 12e6626 commit 361c7ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/time-clock/store/entry.effects.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export class EntryEffects {
104104
mergeMap((entry) =>
105105
this.entryService.updateActiveEntry(entry).pipe(
106106
map((entryResponse) => {
107-
console.log(entryResponse);
108107
if (entryResponse.end_date) {
109108
this.toastrService.success(INFO_SAVED_SUCCESSFULLY);
110109
}

0 commit comments

Comments
 (0)