summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2012-05-05 19:44:11 -0700
committerBharat Mediratta <bharat@menalto.com>2012-05-05 19:44:11 -0700
commita16b46545115b1b5fd963282c487e078f7eb5eb0 (patch)
tree6bb2bec9a46c993dd334ea1ef8a9aadfad01ff7e
parent4b827e52b4388391ee81fe993df624b263343f33 (diff)
Remove debug line added in 581d9a58db6a18a2597ee5487e57716f367c884b
-rw-r--r--modules/organize/controllers/organize.php1
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);
}