mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
removing debug log (#10671)
This commit is contained in:
@@ -65,7 +65,6 @@ export class NotebookWizard extends WizardBase<NotebookWizard, NotebookWizardPag
|
|||||||
const isPassword = !!this.inputComponents[varName]?.isPassword;
|
const isPassword = !!this.inputComponents[varName]?.isPassword;
|
||||||
return isPassword;
|
return isPassword;
|
||||||
});
|
});
|
||||||
console.log(`TCL:: env`, env);
|
|
||||||
const notebook: Notebook = await this.notebookService.getNotebook(this.wizardInfo.notebook);
|
const notebook: Notebook = await this.notebookService.getNotebook(this.wizardInfo.notebook);
|
||||||
// generate python code statements for all variables captured by the wizard
|
// generate python code statements for all variables captured by the wizard
|
||||||
const statements = this.model.getCodeCellContentForNotebook(
|
const statements = this.model.getCodeCellContentForNotebook(
|
||||||
|
|||||||
Reference in New Issue
Block a user