Skip to content

Commit e0c5ae8

Browse files
henrymerceraeisenberg
authored andcommitted
Remove commented out code
1 parent bf5ed19 commit e0c5ae8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

extensions/ql-vscode/src/interface.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,6 @@ export class InterfaceManager extends DisposableObject {
174174
]
175175
}
176176
));
177-
// this._panel.onDidChangeViewState(
178-
// (e) => {
179-
// this.logger.log(JSON.stringify(e));
180-
// },
181-
// null,
182-
// ctx.subscriptions
183-
// );
184177

185178
this._panel.onDidDispose(
186179
() => {

0 commit comments

Comments
 (0)