removed print message

pull/23/head
Gerard Wagener 2018-12-05 09:25:14 +01:00
parent fe8ca6a9a7
commit 04f84ccb96
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ int d4_check_config(d4_t* d4)
d4->snaplen = 0;
}
printf("TEST snaplen %d stdin %d stdout %d\n", d4->snaplen, STDIN_FILENO, STDOUT_FILENO);
//FIXME Check other parameters
if ((atoi(d4->conf[VERSION])>0) && ( d4->destination.fd > 0 ) && ( d4->snaplen >0 )) {
return 1;