From 3a3485c695e5d2dbfebbd572ba4f71c19197e5e1 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 8 Dec 2014 17:27:34 +0100 Subject: disabled kernel logging and removed minor debug from foolshell --- userspace/foolshell.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'userspace/foolshell.c') diff --git a/userspace/foolshell.c b/userspace/foolshell.c index b1259b8..3a87158 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -42,8 +42,6 @@ int main(int argc, char **argv) if(!strcmp(argv[i],"--silent"))silent=true; } - printf("\n%i\n",argc); - if(!silent)hello(); char *buf=malloc(256); -- cgit v1.2.3