Index: /soft/giet_vm/applications/shell/shell.c
===================================================================
--- /soft/giet_vm/applications/shell/shell.c	(revision 783)
+++ /soft/giet_vm/applications/shell/shell.c	(revision 784)
@@ -66,7 +66,4 @@
         paths[ptw] = malloc( strlen(argv[1]) );
         strcpy( paths[ptw] , argv[1] );
-
-giet_tty_printf("\n@@@ arg = %s / path = %s\n", argv[1] , paths[ptw] );
-
         ptw = (ptw + 1) % FIFO_SIZE;
 
