aboutsummaryrefslogtreecommitdiff
path: root/control/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'control/shell.c')
-rwxr-xr-xcontrol/shell.c2
1 files changed, 1 insertions, 1 deletions
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;