about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2024-04-12 18:04:14 +0000
committerEric Wong <e@80x24.org>2024-04-13 10:06:16 +0000
commit6543902ed6d596f86bdbe863c4d2a9c168b3f3df (patch)
treebb4c852baa4c26bf3cee54f826003cebedabd9cd /lib
parent1f17f55af8986d1724f5ea1318207f251d8642a5 (diff)
downloadpublic-inbox-6543902ed6d596f86bdbe863c4d2a9c168b3f3df.tar.gz
Noticed while working on other things...

Fixes: 299aac294ec3 (lei: do label/keyword parsing in optparse, 2023-10-02)
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/LEI.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 06592358..5b46686a 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -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;