contrib/fwd: remove leftover debug printf
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 17 Dec 2009 01:15:44 +0000 (01:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 17 Dec 2009 01:15:44 +0000 (01:15 +0000)
contrib/fwd/src/fwd_rules.c

index 141ce85..595b1e7 100644 (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;