Removed console log
Showing
1 changed file
with
0 additions
and
6 deletions
| ... | @@ -150,12 +150,6 @@ function App() { | ... | @@ -150,12 +150,6 @@ function App() { |
| 150 | const data = await response.json(); | 150 | const data = await response.json(); |
| 151 | const parsedData = data.message ? data.message.trim() : ""; | 151 | const parsedData = data.message ? data.message.trim() : ""; |
| 152 | 152 | ||
| 153 | if (togetherAiResponse) { | ||
| 154 | if (currentModel !== 'gpt-4o-mini') { | ||
| 155 | console.log(data) | ||
| 156 | } | ||
| 157 | } | ||
| 158 | |||
| 159 | if(data.status === 'invalid'){ | 153 | if(data.status === 'invalid'){ |
| 160 | if(data.limited) { | 154 | if(data.limited) { |
| 161 | window.btutil_modalRegisterUpgrade(false); | 155 | window.btutil_modalRegisterUpgrade(false); | ... | ... |
-
Please register or sign in to post a comment