From d03163cea16c8056fc8095ead5acfbaacebde7ee Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Fri, 26 Jul 2002 19:41:49 +0000 Subject: *** empty log message *** svn path=/trunk/externals/ggee/; revision=57 --- control/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'control/shell.c') diff --git a/control/shell.c b/control/shell.c index 112f7de..79bd046 100755 --- a/control/shell.c +++ b/control/shell.c @@ -148,7 +148,7 @@ static void shell_anything(t_shell *x, t_symbol *s, int ac, t_atom *at) for (i=1;i<=ac;i++) { argv[i] = atom_getsymbolarg(i-1,ac,at)->s_name; - post("argument %s",argv[i]); + /* post("argument %s",argv[i]); */ } argv[i] = 0; -- cgit v1.2.1