summaryrefslogtreecommitdiff
path: root/userspace/foolshell.c
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-08 17:27:34 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-08 17:27:34 +0100
commit3a3485c695e5d2dbfebbd572ba4f71c19197e5e1 (patch)
treea8ebf0b3b14eea99a67aedf90df1ec94f0adfe7a /userspace/foolshell.c
parent0525be68f261e37ad827238a0ca17dc46e03d691 (diff)
disabled kernel logging and removed minor debug from foolshell
Diffstat (limited to 'userspace/foolshell.c')
-rw-r--r--userspace/foolshell.c2
1 files changed, 0 insertions, 2 deletions
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);