From cdf3f3c50b35eb3c09522d06cc38ac44a9d85556 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 26 Apr 2022 13:35:35 +0200 Subject: Remove stray fprintf left from testing (introduced in 7039abe) --- linux/Platform.c | 1 - 1 file changed, 1 deletion(-) diff --git a/linux/Platform.c b/linux/Platform.c index ef3f0100..775f9aee 100644 --- a/linux/Platform.c +++ b/linux/Platform.c @@ -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; } -- cgit v1.2.3