Remove commented out code

This commit is contained in:
Henry Mercer
2021-04-19 16:38:33 +01:00
committed by Andrew Eisenberg
parent bf5ed193be
commit e0c5ae815c

View File

@@ -174,13 +174,6 @@ export class InterfaceManager extends DisposableObject {
]
}
));
// this._panel.onDidChangeViewState(
// (e) => {
// this.logger.log(JSON.stringify(e));
// },
// null,
// ctx.subscriptions
// );
this._panel.onDidDispose(
() => {