Преглед на файлове

removing console log in initial models

cadenmackenzie преди 8 месеца
родител
ревизия
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);