]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/check-www-inbox.perl
www: do not unecessarily escape some chars in paths
[public-inbox.git] / t / check-www-inbox.perl
index 6be631e9dc5c0e89ffff5a1530a72cbcddbdb40d..4319049c8a1c8e7ec5fae84a9e3349be28c30cba 100644 (file)
@@ -131,10 +131,6 @@ sub worker_loop {
                        warn "W: ".$r->code . " $u\n"
                }
 
-               # check bad links
-               my @at = grep(/@/, @links);
-               print "BAD: $u ", join("\n", @at), "\n" if @at;
-
                my $s;
                # blocking
                foreach my $l (@links, "DONE\t$u") {