mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Removed stray console.log.
This commit is contained in:
parent
5cb6bb4cd1
commit
d74bb87ec4
@ -43,8 +43,6 @@
|
||||
return (element.memberof === parentLongname);
|
||||
})
|
||||
.forEach(function (element, i) {
|
||||
console.log(element);
|
||||
|
||||
if (element.kind === 'namespace') {
|
||||
if (! parentNode.namespaces) {
|
||||
parentNode.namespaces = { };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user