diff --git a/cake/dispatcher.php b/cake/dispatcher.php index 3fc6ebd13..6432eb36a 100644 --- a/cake/dispatcher.php +++ b/cake/dispatcher.php @@ -273,7 +273,6 @@ class Dispatcher extends Object { ) )); } else { - pr($params); $output = call_user_func_array(array(&$controller, $params['action']), empty($params['pass'])? array(): $params['pass']); }