Quellcode durchsuchen

removing console log in initial models

cadenmackenzie vor 8 Monaten
Ursprung
Commit
ac3217053b
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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);