Refactor Grid and List components by removing debug logging for color and theme

This commit is contained in:
sHa
2025-05-02 10:51:34 +03:00
parent 446eeabcb3
commit 22c8482740
2 changed files with 0 additions and 13 deletions

View File

@@ -50,7 +50,6 @@
$: getLogoThemeColor = logo => getDefaultLogoColor(logo.colors, theme);
// Debug logging for color and theme
$: {
if (logos && logos.length) {
logos.forEach(logo => {