Oops, don't need that printf

SVN revision: 5066
This commit is contained in:
Mandrake 2001-08-08 23:18:14 +00:00
parent 619bcacc97
commit 4f45e7b8f0
1 changed files with 1 additions and 1 deletions

View File

@ -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);