Skip to content

Commit

Permalink
Revert "TMP show trace of exceptions in checker"
Browse files Browse the repository at this point in the history
This reverts commit cd471bd.
  • Loading branch information
come-nc committed Sep 25, 2023
1 parent 14e8588 commit 96d8e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/IntegrityCheck/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ public function verifyAppSignature(string $appId, string $path = '', bool $force
'EXCEPTION' => [
'class' => \get_class($e),
'message' => $e->getMessage(),
'trace' => $e->getTraceAsString(),
],
];
}
Expand Down

0 comments on commit 96d8e36

Please sign in to comment.