Skip to content

Commit e15faa7

Browse files
committed
cleanup
1 parent 19b03cf commit e15faa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/content_scripts/csv_reader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function mainWork() {
7171
const separator = inputSeparator === '' ? ',' : inputSeparator;
7272
const isTable = mode === 'table';
7373
const isColor = mode === 'color';
74-
// escape the 'pipe' as it works as a boolean in a regex 😱
7574

7675
const resultContainer = document.createElement('main');
7776
resultContainer.id = `csv-${isTable ? 'table' : 'color'}`;

0 commit comments

Comments
 (0)