mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
remove stray console.log
This commit is contained in:
parent
5880a7bd79
commit
2ad44a6c6a
@ -11,6 +11,5 @@ exports.handlers = {
|
||||
// a JSDoc comment looks like: /**[one or more chars]*/
|
||||
var comments = e.source.match(/\/\*\*[\s\S]+?\*\//g);
|
||||
e.source = comments.join('\n\n');
|
||||
console.log('source: ' + e.source);
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user