Remove debug statement

This commit is contained in:
Linus Dierheimer
2023-06-12 15:12:25 +02:00
parent 47bf785752
commit c99dd33246
-1
View File
@@ -100,7 +100,6 @@ static void detectPlasma(const FFinstance* instance, FFQtResult* result)
ffStrbufAppendS(&baseDir, "plasma-org.kde.plasma.desktop-appletsrc");
ffParsePropFile(baseDir.chars, "Image=", &result->wallpaper);
puts(result->wallpaper.chars);
if(allValuesSet(result))
return;