Skip to content

Commit c6db087

Browse files
author
Hunter Skrasek
committed
Remove debug dd statement that was commented out
1 parent 83bef42 commit c6db087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routing/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ public function dispatch(Request $request)
580580
if ($request instanceof InternalRequest) {
581581
throw $exception;
582582
}
583-
// dd(get_class($exception), $exception->getMessage(), $exception->getFile(), $exception->getLine(), $request);
583+
584584
$this->exception->report($exception);
585585

586586
$response = $this->exception->handle($exception);

0 commit comments

Comments
 (0)