about summary refs log tree commit homepage
path: root/lib/PublicInbox/ViewVCS.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-27 03:32:01 +0000
committerEric Wong <e@80x24.org>2019-01-27 03:32:01 +0000
commit41f03a3bd4b13dfa4fcf103d02c04a7cd56cd6c2 (patch)
treef496c2a7d457a8341e56af578956e8b2c5e9b03c /lib/PublicInbox/ViewVCS.pm
parentcee59522e00810f508aabce5a46e63bddcc203cc (diff)
downloadpublic-inbox-41f03a3bd4b13dfa4fcf103d02c04a7cd56cd6c2.tar.gz
SolverGit::ERR already writes the exception to the debug
log before calling {user_cb}, so there's no need for viewvcs
to append it.
Diffstat (limited to 'lib/PublicInbox/ViewVCS.pm')
-rw-r--r--lib/PublicInbox/ViewVCS.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/ViewVCS.pm b/lib/PublicInbox/ViewVCS.pm
index fa76086a..5de37ee6 100644
--- a/lib/PublicInbox/ViewVCS.pm
+++ b/lib/PublicInbox/ViewVCS.pm
@@ -46,7 +46,6 @@ sub solve_result {
         $log = do { local $/; <$log> };
 
         my $ref = ref($res);
-        $log .= $res unless $ref;
         my $l = PublicInbox::Linkify->new;
         $l->linkify_1($log);
         $log = '<pre>debug log:</pre><hr /><pre>' .