]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI/Pkgreport.pm
remove bug_url from the codebase
[debbugs.git] / Debbugs / CGI / Pkgreport.pm
index 4391197c59a82eb0e44357831f7dc89df697cd72..e64300ad43cf8466ffd7614bae022ea79c98f020 100644 (file)
@@ -367,7 +367,6 @@ sub pkg_htmlizebugs {
                            );
 
          my $html = "<li>"; #<a href=\"%s\">#%d: %s</a>\n<br>",
-              #bug_url($bug), $bug, html_escape($status{subject});
          $html .= short_bug_status_html(status  => \%status,
                                         options => $param{options},
                                        ) . "\n";