From 01c31596c8aee1a43b20cc0f6375e3e1697d4d9a Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 21 Dec 2009 02:50:39 +0530 Subject: [PATCH] Cleaning up commented code --- cake/libs/controller/components/security.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/cake/libs/controller/components/security.php b/cake/libs/controller/components/security.php index e8029b6a0..1c72b5cfd 100644 --- a/cake/libs/controller/components/security.php +++ b/cake/libs/controller/components/security.php @@ -729,10 +729,8 @@ class SecurityComponent extends Object { if (is_callable(array($controller, $method))) { return call_user_func_array(array(&$controller, $method), empty($params) ? null : $params); } else { - // Debug::warning('Callback method ' . $method . ' in controller ' . get_class($controller) return null; } } } - ?> \ No newline at end of file