Skip to content
Snippets Groups Projects
Commit 45e77073 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #12272 from owncloud/drop-var_dump

drop unneeded var_dump - fixes #9997
parents 81d112fb d40bdfb3
Branches
No related tags found
No related merge requests found
......@@ -243,7 +243,6 @@ class Router implements IRouter {
if (isset($parameters['action'])) {
$action = $parameters['action'];
if (!is_callable($action)) {
var_dump($action);
throw new \Exception('not a callable action');
}
unset($parameters['action']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment