Skip to content

Commit c509057

Browse files
chore(doc-gen): log comments as silly() rather than info()
1 parent e138add commit c509057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dgeni-package/services/AttachCommentTreeVisitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function AttachCommentTreeVisitor(ParseTreeVisitor, log) {
3434

3535
// Only store the comment if it is JSDOC style (e.g. /** some comment */)
3636
if (/^\/\*\*([\w\W]*)\*\/$/.test(commentText)) {
37-
log.info('comment: ' + this.currentComment.range.start.line + ' - ' +
37+
log.silly('comment: ' + this.currentComment.range.start.line + ' - ' +
3838
this.currentComment.range.end.line + ' : ' +
3939
commentText);
4040

0 commit comments

Comments
 (0)