mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
Remove old removeP
This commit is contained in:
parent
82388941ef
commit
963473ae46
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user