Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
williamwa committed Sep 6, 2024
1 parent 2aabd66 commit 91a053d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,6 @@ export function Settings() {
const [model, _providerName] =
e.currentTarget.value.split("@");
updateConfig((config) => {
console.log("config", config);
config.summarizeModel = model;
});
}}
Expand Down

0 comments on commit 91a053d

Please sign in to comment.