From e8ea822801fdb18942529ff15390e8a6de92a9a3 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 20 Apr 2009 18:47:38 +0000 Subject: Remove debugging statements --- modules/organize/helpers/organize_task.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/organize/helpers') diff --git a/modules/organize/helpers/organize_task.php b/modules/organize/helpers/organize_task.php index 8c73acde..735a0831 100644 --- a/modules/organize/helpers/organize_task.php +++ b/modules/organize/helpers/organize_task.php @@ -34,9 +34,7 @@ class organize_task_Core { $sql .= "Update {items} set weight = {$context["position"]} where id=$id;"; } if (!empty($sql)) { - Kohana::log("debug", $sql); $db = Database::instance()->query($sql); - Kohana::log("debug", Kohana::debug($db)); } $task->state = "success"; } catch(Exception $e) { -- cgit v1.2.3