From af02d82ea9a7ee2df8c1baffcfcff5c031d020dd Mon Sep 17 00:00:00 2001 From: Almamu Date: Sat, 23 Aug 2025 06:12:19 +0200 Subject: [PATCH] chore: remove annoying debug message that's not needed anymore --- src/WallpaperEngine/Render/Shaders/CShaderUnit.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/WallpaperEngine/Render/Shaders/CShaderUnit.cpp b/src/WallpaperEngine/Render/Shaders/CShaderUnit.cpp index c0b4f85..78e8f4c 100644 --- a/src/WallpaperEngine/Render/Shaders/CShaderUnit.cpp +++ b/src/WallpaperEngine/Render/Shaders/CShaderUnit.cpp @@ -410,10 +410,6 @@ void CShaderUnit::parseParameterConfiguration ( // TODO: BETTER CONVERSION HERE size_t index = value - '0'; - if (combo != data.end () && paintDefaultColor != data.end () && combo->get () == "MASK" && this->m_file.find ("water")) { - sLog.debug("mask defaultcolor!"); - } - if (combo != data.end ()) { // TODO: CLEANUP HOW THIS IS DETERMINED FIRST // if the texture exists (and is not null), add to the combo