]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: remove dead commented line
authorEric Wong <e@80x24.org>
Sat, 29 Aug 2015 21:39:00 +0000 (21:39 +0000)
committerEric Wong <e@80x24.org>
Sat, 29 Aug 2015 21:39:00 +0000 (21:39 +0000)
Not needed since commit 9a2931759c3dcbd879728b49151aa3f8a641b506
("wire up to display non-suffixed Message-ID links")

lib/PublicInbox/View.pm

index cc68229ff9748a013f035f6056a74cb0162de00c..08d78945a49e65a882143b2c5086afd97633aaa6 100644 (file)
@@ -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>");