Squash logging
This commit is contained in:
parent
a686eabb96
commit
49667e3d2d
|
@ -196,8 +196,6 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
|
||||||
$current_namespace = new Zend_Session_Namespace('csrf_namespace');
|
$current_namespace = new Zend_Session_Namespace('csrf_namespace');
|
||||||
$observed_csrf_token = $token;
|
$observed_csrf_token = $token;
|
||||||
$expected_csrf_token = $current_namespace->authtoken;
|
$expected_csrf_token = $current_namespace->authtoken;
|
||||||
Logging::error("Observed: " . $observed_csrf_token);
|
|
||||||
Logging::error("Expected: " . $expected_csrf_token);
|
|
||||||
|
|
||||||
return ($observed_csrf_token == $expected_csrf_token);
|
return ($observed_csrf_token == $expected_csrf_token);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue