We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a39b69 commit 1652ec3Copy full SHA for 1652ec3
src/detection/displayserver/linux/wayland/wayland.c
@@ -30,7 +30,6 @@ static bool waylandDetectWM(int fd, FFDisplayServerResult* result)
30
ffReadFileBuffer(procPath.chars, &result->wmProcessName);
31
ffStrbufSubstrBeforeFirstC(&result->wmProcessName, '\0'); //Trim the arguments
32
ffStrbufSubstrAfterLastC(&result->wmProcessName, '/'); //Trim the path
33
- puts(result->wmProcessName.chars);
34
return true;
35
}
36
#else
0 commit comments