Skip to content

Commit ce3c6b4

Browse files
committed
remove an unused comment
1 parent 7d91ba6 commit ce3c6b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/explain.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Explain extends JsdocCommand {
1515
}
1616

1717
async _runJsdoc () {
18-
// console.log('SKDJKLAHS', this.options, this.tempFileSet?.files, this.inputFileSet.files)
1918
const cmd = this.options.source.length
2019
? `node ${this.jsdocPath} ${toSpawnArgs(this.jsdocOptions).join(' ')} -X ${this.tempFileSet.files.join(' ')}`
2120
: `node ${this.jsdocPath} ${toSpawnArgs(this.jsdocOptions).join(' ')} -X ${this.inputFileSet.files.join(' ')}`

0 commit comments

Comments
 (0)