Skip to content

Commit fecc59d

Browse files
committed
Remove redundant comments
1 parent dc8f482 commit fecc59d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CellContentParser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ export class CellContentParser {
139139
} else {
140140
let trimmedContent = content.trim()
141141
let mode = 0
142-
let currency // currency
143-
if (trimmedContent.endsWith('%')) { // percentage
142+
let currency
143+
if (trimmedContent.endsWith('%')) {
144144
mode = 1
145145
trimmedContent = trimmedContent.slice(0, trimmedContent.length - 1)
146146
} else {

0 commit comments

Comments
 (0)