Skip to content

Commit 4c6838f

Browse files
authored
Update remix-ui-settings.tsx
rm comment
1 parent 7fa8772 commit 4c6838f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ui/settings/src/lib/remix-ui-settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
144144
const startCopilot = async () => {
145145
copilotActivate(props.config, props.useCopilot, dispatch)
146146
props.plugin.call('terminal', 'log', { type: 'typewriterlog', value: `Solidity copilot activated!` })
147-
//props.plugin.call('settings', 'updateCopilotChoice', props.useCopilot)
148147
}
149148

150149
startCopilot()

0 commit comments

Comments
 (0)