Skip to content

Commit 963473a

Browse files
committed
Remove old removeP
1 parent 8238894 commit 963473a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/normalize.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ var walk = require('../lib/walk'),
33

44
module.exports = function (comments) {
55
return walk(comments, function (comment) {
6-
if (comment.context.ast) {
7-
traverse.removeProperties(comment.context.ast);
8-
}
96
var hasGithub = !!comment.context.github;
107
var path = comment.context.path;
118
comment.context = {

0 commit comments

Comments
 (0)