Skip to content

Commit

Permalink
Disabled console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Nov 6, 2024
1 parent ec5ddec commit 73bdc8a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class JsonWebuniversumGenerationServiceConfiguration
private _specificationType: SpecificationType | undefined;

public async createFromCli(params: YargsParams): Promise<void> {
console.log(params);
this._input = <string>params.input;
this._output = <string>params.output;
this._language = <string>params.language;
Expand Down

0 comments on commit 73bdc8a

Please sign in to comment.