Skip to content

Commit 39e398e

Browse files
committed
fix: remove console.log
1 parent 0df2164 commit 39e398e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ditamap/command.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ export class Command extends Ditamap {
139139
}
140140

141141
protected async transformToDitamap() {
142-
// eslint-disable-next-line no-console
143-
console.log('transformToDitamap');
144142
const parameters = await this.getParametersForTemplate(this.flags);
145143
this.data = Object.assign({}, this.data, { parameters });
146144
return super.transformToDitamap();

0 commit comments

Comments
 (0)