remove console

This commit is contained in:
timothycarambat 2024-04-05 11:54:38 -07:00
parent 94b58249a3
commit a2923e35e8

View file

@ -32,7 +32,6 @@ export default function WorkspaceLLMSelection({
);
function updateLLMChoice(selection) {
console.log({ selection });
setSearchQuery("");
setSelectedLLM(selection);
setSearchMenuOpen(false);