diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-05 13:21:40 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-05 13:21:40 -0800 |
commit | 8ac7a5c0d32320c74f5f0c84cf43165265786c93 (patch) | |
tree | 78e6c44fa7757d1be4f351fa8cfcecd7a3e669b0 /modules | |
parent | 72a8ce696e37a74ed8bbea31364b39f9e0776bbc (diff) |
Remove debugging statement
Diffstat (limited to 'modules')
-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]; |