summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-07-09 14:59:23 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-07-09 14:59:23 -0700
commit213807a8073138a98b8daf9fe265e981454aaa50 (patch)
tree5ea72e07dbf9a7abe88523190c2765030091708d
parentf26d5dbbdf559ab78d2c2d02d11b4833c98a0040 (diff)
remove debugging statement
-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();