diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/controllers/organize.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index 3f04e56d..145c3283 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -69,7 +69,6 @@ class Organize_Controller extends Controller { "type" => $child->type, "title" => (string)html::clean($child->title)); } - Kohana_Log::add("error","".print_r($data,1)); json::reply($data); } |