From a16b46545115b1b5fd963282c487e078f7eb5eb0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 5 May 2012 19:44:11 -0700 Subject: Remove debug line added in 581d9a58db6a18a2597ee5487e57716f367c884b --- modules/organize/controllers/organize.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') 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); } -- cgit v1.2.3