Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: #294 remove console.log
  • Loading branch information
enriquezrene committed May 26, 2020
commit 361c7ce040a6a3c358c0b9fa5b8c15f6debcabda
1 change: 0 additions & 1 deletion src/app/modules/time-clock/store/entry.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down