summaryrefslogtreecommitdiff
path: root/userspace/foolshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/foolshell.c')
-rw-r--r--userspace/foolshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/foolshell.c b/userspace/foolshell.c
index 86c083c..09d6d32 100644
--- a/userspace/foolshell.c
+++ b/userspace/foolshell.c
@@ -96,7 +96,7 @@ int main(int argc, char **argv)
//fgets(buf,255,stdin);
//buf[strlen(buf)-1]=0; // remove \n
- printf("[%s]",buf);
+ //printf("[%s]",buf);
process(buf);
}