[object Object]

← back to Exo

remvoing console log

7e6c69fd0a54a891936e4660b8cbcaba214de3e2 · 2024-11-21 14:26:01 -0800 · cadenmackenzie

Files touched

Diff

commit 7e6c69fd0a54a891936e4660b8cbcaba214de3e2
Author: cadenmackenzie <cadenmackenzie@gmail.com>
Date:   Thu Nov 21 14:26:01 2024 -0800

    remvoing console log
---
 exo/tinychat/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/exo/tinychat/index.js b/exo/tinychat/index.js
index e56458f2..4a2ca232 100644
--- a/exo/tinychat/index.js
+++ b/exo/tinychat/index.js
@@ -92,7 +92,6 @@ document.addEventListener("alpine:init", () => {
         }
 
         const data = await response.json();
-        console.log("Model pool data:", data);
         
         const sel = document.querySelector('.model-select');
         

← 72c3fdab fix end of request behaviour and add back broadcasting token  ·  back to Exo  ·  working with side bar to choose model, show download percent 31ce70f4 →