Просмотр исходного кода

removing console log in initial models

cadenmackenzie 8 месяцев назад
Родитель
Сommit
ac3217053b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      exo/tinychat/index.js

+ 0 - 1
exo/tinychat/index.js

@@ -59,7 +59,6 @@ document.addEventListener("alpine:init", () => {
         if (response.ok) {
           const initialModels = await response.json();
           this.models = initialModels;
-          console.log('Initial models fetched:', initialModels);
         }
       } catch (error) {
         console.error('Error fetching initial models:', error);