Skip to content

Commit fe687d2

Browse files
committed
fix: TT-283 removal code smell
1 parent 89b3e64 commit fe687d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/reports/components/time-entries-table/time-entries-table.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { formatDate } from '@angular/common';
22
import { AfterViewInit, Component, OnDestroy, OnInit, ViewChild} from '@angular/core';
33
import { select, Store } from '@ngrx/store';
44
import { DataTableDirective } from 'angular-datatables';
5-
import * as console from 'console';
65
import * as moment from 'moment';
76
import { Observable, Subject } from 'rxjs';
87
import { Entry } from 'src/app/modules/shared/models';

0 commit comments

Comments
 (0)