Skip to content

Commit a48b11d

Browse files
authored
Merge pull request #302 from ioet/294-display-activities-as-table
fix: #294 remove console.log
2 parents 392961c + 361c7ce commit a48b11d

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)