mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Remove stray fprintf left from testing (introduced in 7039abe
)
This commit is contained in:
@ -1036,7 +1036,6 @@ bool Platform_init(void) {
|
||||
while (fgets(lineBuffer, sizeof(lineBuffer), fd)) {
|
||||
// detect lxc or overlayfs and guess that this means we are running containerized
|
||||
if (String_startsWith(lineBuffer, "lxcfs ") || String_startsWith(lineBuffer, "overlay ")) {
|
||||
fprintf(stderr, "%s\n", lineBuffer);
|
||||
Running_containerized = true;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user