From 4f45e7b8f02c9cf591c1606c782d027d41eeec5b Mon Sep 17 00:00:00 2001 From: Mandrake Date: Wed, 8 Aug 2001 23:18:14 +0000 Subject: [PATCH] Oops, don't need that printf SVN revision: 5066 --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.c b/src/actions.c index 0952678a4..0b4e43e21 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1092,7 +1092,7 @@ e_act_exec_start (void *o, E_Action *a, void *data, int x, int y, int rx, int ry exe = (char *) a->params; if(!exe) return; - printf("exe: %s\n",exe); + /* printf("exe: %s\n",exe); */ e_exec_run(exe); return; UN(a);