]> Sergey Matveev's repositories - public-inbox.git/commitdiff
search: remove informational "warning" message
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 2 Mar 2018 00:49:51 +0000 (00:49 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 2 Mar 2018 00:49:51 +0000 (00:49 +0000)
It was making imports too noisy.

lib/PublicInbox/Search.pm

index a796cf654a76f9ce48446082d24ea6e3f0ca4189..21c72b6f4fd67782892c102484264d1b20443859 100644 (file)
@@ -158,7 +158,6 @@ sub new {
                                $xdb = $sub;
                        }
                }
-               warn "v2 repo with $parts found in $dir\n";
                $self->{xdb} = $xdb;
                $self->{skel} = Search::Xapian::Database->new("$dir/skel");
        } else {