contrib/fwd: remove leftover debug printf
This commit is contained in:
parent
9903178ee7
commit
47f94ba62c
1 changed files with 0 additions and 2 deletions
|
@ -402,8 +402,6 @@ static int fwd_r_cmp(const char *what, const char *cmt, const char *cmp)
|
||||||
{
|
{
|
||||||
char *match;
|
char *match;
|
||||||
|
|
||||||
printf("CMP: %s %s %s\n", what, cmt, cmp);
|
|
||||||
|
|
||||||
if( (match = strstr(cmt, what)) == NULL )
|
if( (match = strstr(cmt, what)) == NULL )
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue