refactor: remove console.log line

This commit is contained in:
mathuo 2021-03-07 21:28:48 +00:00
parent 87fb3497b4
commit 8538266928

View File

@ -55,7 +55,6 @@ export class ReactContentRenderer implements IContentRenderer {
parameters.api.onDidVisibilityChange((event) => {
if (event.isVisible) {
console.log(event.isVisible, this.id);
this._hostedContainer.show();
this._hostedContainer.layout(this.element);
} else {