Skip to content

Commit 0295a1f

Browse files
joeizangAniket-Engg
authored andcommitted
remove console log
1 parent d2ae955 commit 0295a1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/remix-ide/src/app/components/right-side-panel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ export class RightSidePanel extends AbstractPanel {
415415
}
416416

417417
updateComponent(state: any) {
418-
console.log('RightSidePanel updateComponent state ', state)
419418
const hasPlugins = state.plugins && Object.keys(state.plugins).length > 0
420419
return (
421420
<>

0 commit comments

Comments
 (0)