From 6543902ed6d596f86bdbe863c4d2a9c168b3f3df Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 12 Apr 2024 18:04:14 +0000 Subject: lei: remove leftover debugging message Noticed while working on other things... Fixes: 299aac294ec3 (lei: do label/keyword parsing in optparse, 2023-10-02) --- lib/PublicInbox/LEI.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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; -- cgit v1.2.3-24-ge0c7