Remove stray printf

This commit is contained in:
QC 2014-01-29 20:37:33 +01:00
parent 167429bae0
commit 080e1f0a15
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ static void exec_json( const char *cmd, int run_in_term)
{
if ( !cmd || !cmd[0] ) return;
printf("execute: %s\n", cmd);
signal( SIGCHLD, catch_exit );
pid_t pid = fork();