50ef50e1 by Leff Tubat

Removed console log

1 parent aa38c683
...@@ -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);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!