refac: console logs removed

This commit is contained in:
Timothy J. Baek 2024-02-25 16:13:34 -08:00
parent 42251c232a
commit f8cf43c0f7
2 changed files with 0 additions and 8 deletions

View file

@ -150,7 +150,6 @@ export const getOpenAIModels = async (token: string = '') => {
return res.json();
})
.catch((err) => {
console.log(err);
error = `OpenAI: ${err?.error?.message ?? 'Network Problem'}`;
return [];
});