We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df2164 commit 39e398eCopy full SHA for 39e398e
1 file changed
src/ditamap/command.ts
@@ -139,8 +139,6 @@ export class Command extends Ditamap {
139
}
140
141
protected async transformToDitamap() {
142
- // eslint-disable-next-line no-console
143
- console.log('transformToDitamap');
144
const parameters = await this.getParametersForTemplate(this.flags);
145
this.data = Object.assign({}, this.data, { parameters });
146
return super.transformToDitamap();
0 commit comments