summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/controllers/reauthenticate.php1
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();