Remove old removeP

This commit is contained in:
Tom MacWright 2016-04-26 13:43:18 -04:00
parent 82388941ef
commit 963473ae46

View File

@ -3,9 +3,6 @@ var walk = require('../lib/walk'),
module.exports = function (comments) {
return walk(comments, function (comment) {
if (comment.context.ast) {
traverse.removeProperties(comment.context.ast);
}
var hasGithub = !!comment.context.github;
var path = comment.context.path;
comment.context = {