[common] remove some logs

This commit is contained in:
maxkadushkin
2025-06-09 22:15:45 +03:00
parent 6a911cafc7
commit 4f35b70fd5

View File

@ -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;
};