浏览代码

remvoing console log

cadenmackenzie 8 月之前
父节点
当前提交
7e6c69fd0a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      exo/tinychat/index.js

+ 0 - 1
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');