Skip to content

Commit

Permalink
Debug output to track down Travis failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 29, 2016
1 parent 14e4507 commit fe3e6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Binary.php
Expand Up @@ -187,7 +187,7 @@ public function packetInfoMultiple($pgpdata)
$input
);
$result = $this->_callGpg($cmdline, 'r', null, false, false, true);

var_dump($result);
foreach (explode("\n", $result->stdout) as $line) {
/* Headers are prefaced with a ':' as the first character on the
* line. */
Expand Down

0 comments on commit fe3e6ed

Please sign in to comment.