about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-03-21 23:07:29 +0000
committerEric Wong <e@80x24.org>2023-03-25 09:37:51 +0000
commit9076a420f4e023361c5a0b6edec399c6862721d2 (patch)
tree640d5cf855e20485ce821d3233ff86159b5ac1a4 /lib
parenteec3d818681cdee05504d8580b92c4a450264430 (diff)
downloadpublic-inbox-9076a420f4e023361c5a0b6edec399c6862721d2.tar.gz
It's too noisy, and a similar message isn't emitted by -clone.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/CodeSearchIdx.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/CodeSearchIdx.pm b/lib/PublicInbox/CodeSearchIdx.pm
index ee2d9a47..1a472b64 100644
--- a/lib/PublicInbox/CodeSearchIdx.pm
+++ b/lib/PublicInbox/CodeSearchIdx.pm
@@ -348,7 +348,6 @@ sub check_existing { # retry_reopen callback
                         die "BUG: no #$docid ($git->{git_dir})";
         my $old_fp = $doc->get_data;
         if ($old_fp eq $git->{-repo}->{fp}) { # no change
-                progress($self, "$git->{git_dir} unchanged");
                 delete $git->{-repo};
                 return;
         }