Update remix-ui-settings.tsx

rm comment
pull/4787/head
STetsing 6 months ago committed by GitHub
parent 7fa8772f8c
commit 4c6838fa7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      libs/remix-ui/settings/src/lib/remix-ui-settings.tsx

@ -144,7 +144,6 @@ export const RemixUiSettings = (props: RemixUiSettingsProps) => {
const startCopilot = async () => {
copilotActivate(props.config, props.useCopilot, dispatch)
props.plugin.call('terminal', 'log', { type: 'typewriterlog', value: `Solidity copilot activated!` })
//props.plugin.call('settings', 'updateCopilotChoice', props.useCopilot)
}
startCopilot()

Loading…
Cancel
Save