Преглед изворни кода

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);