kde: remove internal debugging logs (#304)

This commit is contained in:
NAHO 2024-03-30 08:33:55 +01:00 committed by GitHub
parent 504c54dbf1
commit bad1af63ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -245,15 +245,11 @@ in {
wallpaperImage="$(globalPath plasma-apply-wallpaperimage)"
if [ -n "$wallpaperImage" ]; then
"$wallpaperImage" ${themePackage}/share/wallpapers/stylix
else
echo "Skipping plasma-apply-wallpaperimage because it's not installed"
fi
lookAndFeel="$(globalPath plasma-apply-lookandfeel)"
if [ -n "$lookAndFeel" ]; then
"$lookAndFeel" --apply stylix
else
echo "Skipping plasma-apply-lookandfeel because it's not installed"
fi
'';
};