diff options
-rw-r--r-- | modules/gallery/libraries/InPlaceEdit.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/libraries/InPlaceEdit.php b/modules/gallery/libraries/InPlaceEdit.php index eb685b65..057874e3 100644 --- a/modules/gallery/libraries/InPlaceEdit.php +++ b/modules/gallery/libraries/InPlaceEdit.php @@ -74,7 +74,6 @@ class InPlaceEdit_Core { $v->action = url::site($this->action); $v->form = $this->form; $v->errors = $this->errors; - Kohana::log("alert", Kohana::debug($this->errors)); foreach ($v->errors as $key => $error) { if (!empty($error)) { $v->errors[$key] = $this->messages[$error]; |