]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
lei: remove leftover debugging message
authorEric Wong <e@80x24.org>
Fri, 12 Apr 2024 18:04:14 +0000 (18:04 +0000)
committerEric Wong <e@80x24.org>
Sat, 13 Apr 2024 10:06:16 +0000 (10:06 +0000)
Noticed while working on other things...

Fixes: 299aac294ec3 (lei: do label/keyword parsing in optparse, 2023-10-02)
lib/PublicInbox/LEI.pm

index 06592358510abf53bc53c86277f47f6ad6847878..5b46686a14fdddf75672ab6daabbab2807d46465 100644 (file)
@@ -728,8 +728,6 @@ sub optparse ($$$) {
                require PublicInbox::LeiInput;
                my @err = PublicInbox::LeiInput::vmd_mod_extract($self, $argv);
                return $self->fail(join("\n", @err)) if @err;
-       } else {
-               warn "proto $proto\n" if $cmd =~ /(add-watch|tag|index)/;
        }
 
        my $i = 0;