Skip to content

Commit 73582e4

Browse files
removed logs
1 parent f133de9 commit 73582e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runners/katacoda/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,7 @@ export class Katacoda extends Runner {
337337
this.renderTemplate("nextKatacodaStep.md", this.outputPathTutorial + "step" + (this.stepsCount++) + ".md", { text: step.text, textAfter: step.textAfter, content: content });
338338

339339
if(command.parameters[2]) {
340-
console.log(this.currentDir)
341340
this.currentDir = path.join(this.getVariable(this.workspaceDirectory), command.parameters[2]);
342-
console.log(this.currentDir)
343341
}
344342

345343
return null;

0 commit comments

Comments
 (0)