Skip to content

Commit da552c7

Browse files
STetsingyann300
authored andcommitted
rm log
1 parent b01fe37 commit da552c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ui/editor/src/lib/providers/inlineCompletionProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ export class RemixInLineCompletionProvider implements monacoTypes.languages.Inli
219219
}
220220
clean = clean.replace(word, '')
221221
clean = this.process_completion(clean, word_after)
222-
console.log("completion after request:", clean)
223222

224223
const item: monacoTypes.languages.InlineCompletion = {
225224
insertText: clean,

0 commit comments

Comments
 (0)