diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-05-05 19:44:11 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-05-05 19:44:11 -0700 |
commit | a16b46545115b1b5fd963282c487e078f7eb5eb0 (patch) | |
tree | 6bb2bec9a46c993dd334ea1ef8a9aadfad01ff7e /modules/organize/controllers | |
parent | 4b827e52b4388391ee81fe993df624b263343f33 (diff) |
Remove debug line added in 581d9a58db6a18a2597ee5487e57716f367c884b
Diffstat (limited to 'modules/organize/controllers')
-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); } |