Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Update logger.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Brennan committed Jan 26, 2017
1 parent 6b5052a commit 3490594
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/core/logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ public static function error_handler($number, $message, $file, $line){
* @param string $error_file file to save to
*/
public static function newMessage(Exception $exception, $print_error = false, $clear = false, $error_file = 'errorlog.html') {

var_dump($exception);
$message = $exception->getMessage();
$code = $exception->getCode();
$file = $exception->getFile();
Expand Down

0 comments on commit 3490594

Please sign in to comment.