diff --git a/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx b/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx index c3e7e1cd88..f01b6e8b7e 100644 --- a/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx +++ b/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx @@ -620,12 +620,6 @@ export const EditorUI = (props: EditorUIProps) => { } } - function handleAcceptedCompletion(completion, type: 'full' | 'partial') { - // Handle the accepted completion here - // For example, you might want to send analytics, update UI, etc. - console.log(`Handling ${type} completion:`, completion); - } - function handleEditorDidMount(editor) { editorRef.current = editor defineAndSetTheme(monacoRef.current)