From 963473ae46f810f3d52fa8dfb061342ff4e08fb1 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 26 Apr 2016 13:43:18 -0400 Subject: [PATCH] Remove old removeP --- test/normalize.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/normalize.js b/test/normalize.js index 2ca33ff..e8ee56f 100644 --- a/test/normalize.js +++ b/test/normalize.js @@ -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 = {