diff --git a/chat/preview/assets/browser.pre.js b/chat/preview/assets/browser.pre.js
index 8d8543b..47f3562 100644
--- a/chat/preview/assets/browser.pre.js
+++ b/chat/preview/assets/browser.pre.js
@@ -16,7 +16,7 @@ contextBridge.exposeInMainWorld(
             const cleanedArgs = args.map(v => cleanValue(v));
             const cleanedChannel = cleanValue(channel);
 
-            console.log('REAL.IPC', cleanedChannel, cleanedArgs);
+            // console.log('REAL.IPC', cleanedChannel, cleanedArgs);
 
             ipcRenderer.sendToHost(cleanedChannel, ...cleanedArgs);
         }