Skip to content

Commit 97775a0

Browse files
committed
fix(CSV Export): Removed unused import.
1 parent aa01f39 commit 97775a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/services/csv/char-separated-value-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ExportUtilities } from '../exporter-common/export-utilities';
22
import { yieldingLoop } from '../../core/utils';
3-
import { ExportHeaderType, IColumnInfo } from '../exporter-common/base-export-service';
3+
import { IColumnInfo } from '../exporter-common/base-export-service';
44

55
/**
66
* @hidden

projects/igniteui-angular/src/lib/services/csv/csv-exporter-grid.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ describe('CSV Grid Exporter', () => {
558558

559559
it('should export pivot grid successfully.', async () => {
560560
await wait();
561-
debugger
562561
const wrapper = await getExportedData(pivotGrid, options);
563562
wrapper.verifyData(wrapper.pivotGridData);
564563
});

0 commit comments

Comments
 (0)