turn off logging for notebook.

This commit is contained in:
rebornix 2021-04-08 16:35:39 -07:00
parent 3622dafdc0
commit f5ea03079a
No known key found for this signature in database
GPG key ID: 181FC90D15393C20

View file

@ -16,7 +16,7 @@ export class TroubleshootController extends Disposable implements INotebookEdito
private readonly _localStore = this._register(new DisposableStore());
private _cellStateListeners: IDisposable[] = [];
private _logging: boolean = true;
private _logging: boolean = false;
constructor(private readonly _notebookEditor: INotebookEditor) {
super();