Skip to content

Commit 58c285a

Browse files
committed
refactor: remove comment
1 parent b5bb641 commit 58c285a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib/index.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,8 @@ function walk (opts, nodes) {
172172

173173
// don't parse ignoredTag
174174
if (node.tag === ignored) {
175-
// node.tag = false
176-
177175
m.push(node)
178-
176+
179177
return m
180178
}
181179

@@ -415,5 +413,5 @@ function clearRawTag(tree) {
415413

416414
return m
417415
}, [])
418-
419-
}
416+
417+
}

0 commit comments

Comments
 (0)