diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fwd/src/fwd_rules.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/fwd/src/fwd_rules.c b/contrib/fwd/src/fwd_rules.c index 141ce8565..595b1e7f4 100644 --- a/contrib/fwd/src/fwd_rules.c +++ b/contrib/fwd/src/fwd_rules.c @@ -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; |