From 4f35b70fd516d4b8d9beed497864c05a68a79cfd Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Mon, 9 Jun 2025 22:15:45 +0300 Subject: [PATCH] [common] remove some logs --- apps/common/main/lib/util/htmlutils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/common/main/lib/util/htmlutils.js b/apps/common/main/lib/util/htmlutils.js index ae951e341c..17513906ee 100644 --- a/apps/common/main/lib/util/htmlutils.js +++ b/apps/common/main/lib/util/htmlutils.js @@ -137,7 +137,6 @@ window.Common = { if ( el ) { const idx = el.getAttribute('data-sprite-uid'); if ( idx != sprite_uid ) - console.log('remove sprite'), el.remove() else return; };