diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-17 01:15:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-17 01:15:44 +0000 |
commit | 47f94ba62cc7e062910446818281a8500f62ac03 (patch) | |
tree | 6a50f14d40ca47cb61f7a725d4e93b0b014e928c /contrib/fwd | |
parent | 9903178ee7f107dc04a4ecf48eccde12353622f4 (diff) |
contrib/fwd: remove leftover debug printf
Diffstat (limited to 'contrib/fwd')
-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; |