about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-29 21:39:00 +0000
committerEric Wong <e@80x24.org>2015-08-29 21:39:00 +0000
commit50e279d1b84f8cf69a5cffd13201ad41b8c7c8cf (patch)
treef39e3c1a0f7570da189a2cab2858570ec6c2c298 /lib
parent28ee19c32a1ecf8e22f30e8f9de860695f4fb30c (diff)
downloadpublic-inbox-50e279d1b84f8cf69a5cffd13201ad41b8c7c8cf.tar.gz
Not needed since commit 9a2931759c3dcbd879728b49151aa3f8a641b506
("wire up to display non-suffixed Message-ID links")
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index cc68229f..08d78945 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -174,7 +174,6 @@ sub emit_thread_html {
         my $next = "<a\nid=\"s$final_anchor\">";
         $next .= $final_anchor == 1 ? 'only message in' : 'end of';
         $next .= " thread</a>, back to <a\nhref=\"../../\">index</a>\n";
-        # $mid = PublicInbox::Hval->new_msgid($mid)->as_href;
         $next .= "download: <a\nhref=\"mbox.gz\">mbox.gz</a>\n\n";
         $fh->write("<hr />" . PRE_WRAP . $next . $foot .
                    "</pre></body></html>");