Skip to content

Commit c231988

Browse files
author
Edgar Guaman
committed
fix: TT-336 Deleting a console.log
1 parent 33d0d69 commit c231988

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
@@ -96,7 +96,6 @@ export class TimeEntriesTableComponent implements OnInit, OnDestroy, AfterViewIn
9696
}
9797

9898
bodyExportOptions(data, row, column, node){
99-
console.log(data);
10099
const durationColumnIndex = 3;
101100
return column === durationColumnIndex ? moment.duration(data).asHours().toFixed(2) : data;
102101
}

0 commit comments

Comments
 (0)