From cf449b14dd77e537c5534003842795c258450727 Mon Sep 17 00:00:00 2001 From: gwoo Date: Wed, 31 Oct 2007 07:16:27 +0000 Subject: [PATCH] removing something that should not be there git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5933 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/dispatcher.php | 1 - 1 file changed, 1 deletion(-) 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']); }