Skip to content

Commit 15956a6

Browse files
committed
test: TT-306 remove console.log
1 parent ac71225 commit 15956a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ describe('TimeEntryActionEffects', () => {
364364
end_date: moment(entry.start_date).add(4, 'h').toDate(),
365365
};
366366
spyOn(service, 'loadEntries').and.returnValue(of([entry, lastEntryMock]));
367-
console.log('here is entry...', entry);
368367
effects.updateCurrentOrLastEntry$.subscribe(action => {
369368
expect(action.type).toEqual(EntryActionTypes.UPDATE_ENTRY);
370369
});

0 commit comments

Comments
 (0)