contrib/fwd: remove leftover debug printf

This commit is contained in:
Jo-Philipp Wich 2009-12-17 01:15:44 +00:00
parent 9903178ee7
commit 47f94ba62c

View file

@ -402,8 +402,6 @@ static int fwd_r_cmp(const char *what, const char *cmt, const char *cmp)
{
char *match;
printf("CMP: %s %s %s\n", what, cmt, cmp);
if( (match = strstr(cmt, what)) == NULL )
return 0;