Skip to content
Snippets Groups Projects
Commit a2923e35 authored by timothycarambat's avatar timothycarambat
Browse files

remove console

parent 94b58249
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ export default function WorkspaceLLMSelection({
);
function updateLLMChoice(selection) {
console.log({ selection });
setSearchQuery("");
setSelectedLLM(selection);
setSearchMenuOpen(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment