소스 검색

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