From 458e29eb86bbd9e2eacc52e56daac5e8b64ba3f2 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 15 Mar 2016 22:52:43 +0100 Subject: [PATCH] reduce the number of debug messages --- hermit/usr/tests/hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hermit/usr/tests/hello.c b/hermit/usr/tests/hello.c index 8a2b245b6..ff87dfb80 100644 --- a/hermit/usr/tests/hello.c +++ b/hermit/usr/tests/hello.c @@ -39,8 +39,8 @@ int main(int argc, char** argv) FILE* file; printf("Hello World!!!\n"); - for(i=0; environ[i]; i++) - printf("environ[%d] = %s\n", i, environ[i]); + //for(i=0; environ[i]; i++) + // printf("environ[%d] = %s\n", i, environ[i]); for(i=0; i