]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/RepoTree.pm
www_coderepo: eliminate debug log footer
[public-inbox.git] / lib / PublicInbox / RepoTree.pm
index 4c6ed840ee5e7e9a04859a4315cf52e0632b6a2e..3a848c6ff9b468701ebe8d0c72309d5e67d479a8 100644 (file)
@@ -51,7 +51,6 @@ sub tree_show { # git check_async callback
        my ($oid, $type, $size, $ctx) = @_;
        return find_missing($ctx) if $type eq 'missing';
 
-       open $ctx->{lh}, '<', \(my $dbg_log = '') or die "open(scalar): $!";
        my $res = [ $ctx->{git}, $oid, $type, $size ];
        my ($bn) = ($ctx->{-path} =~ m!/?([^/]+)\z!);
        if ($type eq 'blob') {