Removed debug output

This commit is contained in:
Mattias Wadman 2008-10-19 15:31:54 +00:00
parent 10fc6c0dab
commit 7a58a530ba

View file

@ -734,8 +734,6 @@ static void dvr_spawn_postproc(dvr_entry_t *de)
fmap['S'] = start; /* start time, unix epoch */
fmap['E'] = stop; /* stop time, unix epoch */
printf("error=%s\n", de->de_error);
/* format arguments */
for(i = 0; args[i]; i++) {
char *s;