Skip to content
Snippets Groups Projects
Commit ad809069 authored by Alex's avatar Alex
Browse files

chore: remove log

parent 2e81938d
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,7 @@ export default abstract class View {
console.warn(`View has been already created: ${id}`);
return;
}
console.log('Register view: ', id);
View.views.set(id, this);
console.log(View.views);
}
static getView(id: string): View {
......@@ -87,7 +85,6 @@ export default abstract class View {
webviewPanel: vscode.WebviewPanel,
state: any
) {
console.log('revive');
// View.revive(webviewPanel, extensionPath);
},
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment