Skip to content

Commit 1652ec3

Browse files
committed
Display (Linux): remove debug output
1 parent 5a39b69 commit 1652ec3

File tree

1 file changed

+0
-1
lines changed
  • src/detection/displayserver/linux/wayland

1 file changed

+0
-1
lines changed

src/detection/displayserver/linux/wayland/wayland.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ static bool waylandDetectWM(int fd, FFDisplayServerResult* result)
3030
ffReadFileBuffer(procPath.chars, &result->wmProcessName);
3131
ffStrbufSubstrBeforeFirstC(&result->wmProcessName, '\0'); //Trim the arguments
3232
ffStrbufSubstrAfterLastC(&result->wmProcessName, '/'); //Trim the path
33-
puts(result->wmProcessName.chars);
3433
return true;
3534
}
3635
#else

0 commit comments

Comments
 (0)