From 72fdca30ee20b3fdba2a10222b42b2e21e6c2c13 Mon Sep 17 00:00:00 2001 From: Alexey Koshelev Date: Fri, 7 Feb 2025 14:10:49 +0300 Subject: [PATCH] Remove console.log --- sdkjs-plugins/content/ai/scripts/chat.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdkjs-plugins/content/ai/scripts/chat.js b/sdkjs-plugins/content/ai/scripts/chat.js index daa59839..e2202fff 100644 --- a/sdkjs-plugins/content/ai/scripts/chat.js +++ b/sdkjs-plugins/content/ai/scripts/chat.js @@ -41,8 +41,6 @@ } }); - console.log(window.Asc.plugin); - window.Asc.plugin.init = function() { restoreState(); bCreateLoader = false;