We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ae955 commit 0295a1fCopy full SHA for 0295a1f
apps/remix-ide/src/app/components/right-side-panel.tsx
@@ -415,7 +415,6 @@ export class RightSidePanel extends AbstractPanel {
415
}
416
417
updateComponent(state: any) {
418
- console.log('RightSidePanel updateComponent state ', state)
419
const hasPlugins = state.plugins && Object.keys(state.plugins).length > 0
420
return (
421
<>
0 commit comments