diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-09 14:59:23 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-09 14:59:23 -0700 | 
| commit | 213807a8073138a98b8daf9fe265e981454aaa50 (patch) | |
| tree | 5ea72e07dbf9a7abe88523190c2765030091708d /modules/gallery | |
| parent | f26d5dbbdf559ab78d2c2d02d11b4833c98a0040 (diff) | |
remove debugging statement
Diffstat (limited to 'modules/gallery')
| -rw-r--r-- | modules/gallery/controllers/reauthenticate.php | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/modules/gallery/controllers/reauthenticate.php b/modules/gallery/controllers/reauthenticate.php index ef8855c5..d35259e5 100644 --- a/modules/gallery/controllers/reauthenticate.php +++ b/modules/gallery/controllers/reauthenticate.php @@ -37,7 +37,6 @@ class Reauthenticate_Controller extends Controller {      access::verify_csrf();      $reauthenticate = Session::instance()->get("reauthenticate", array()); -    Kohana_Log::add("error", Kohana::debug($reauthenticate));      $form = self::_form();      $valid = $form->validate(); | 
