removing debug log (#10671)

This commit is contained in:
Arvind Ranasaria
2020-06-01 18:24:44 -07:00
committed by GitHub
parent 3088c73e2b
commit 8fc8a79e26

View File

@@ -65,7 +65,6 @@ export class NotebookWizard extends WizardBase<NotebookWizard, NotebookWizardPag
const isPassword = !!this.inputComponents[varName]?.isPassword;
return isPassword;
});
console.log(`TCL:: env`, env);
const notebook: Notebook = await this.notebookService.getNotebook(this.wizardInfo.notebook);
// generate python code statements for all variables captured by the wizard
const statements = this.model.getCodeCellContentForNotebook(