Remove debug line added in 581d9a58db

This commit is contained in:
Bharat Mediratta
2012-05-05 19:44:11 -07:00
parent 4b827e52b4
commit a16b465451
@@ -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);
}