diff --git a/apps/remix-ide/src/app/plugins/solidity-umlgen.tsx b/apps/remix-ide/src/app/plugins/solidity-umlgen.tsx index 6d9e4ee830..b52cb3cc3e 100644 --- a/apps/remix-ide/src/app/plugins/solidity-umlgen.tsx +++ b/apps/remix-ide/src/app/plugins/solidity-umlgen.tsx @@ -86,7 +86,7 @@ export class SolidityUmlGen extends ViewPlugin implements ISolidityUmlGen { this.renderComponent() await this.call('tabs', 'focus', 'solidityumlgen') } catch (error) { - console.log({ error }) + const logError = { error } } }) this.on('theme', 'themeChanged', (theme) => { @@ -169,7 +169,6 @@ export class SolidityUmlGen extends ViewPlugin implements ISolidityUmlGen { renderComponent () { this.dispatch({ ...this, - plugin: this, updatedSvg: this.updatedSvg, loading: this.loading, themeSelected: this.currentlySelectedTheme, @@ -180,7 +179,6 @@ export class SolidityUmlGen extends ViewPlugin implements ISolidityUmlGen { updateComponent(state: any) { return ('') const [validSvg, setValidSvg] = useState(false) useEffect(() => {