diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-20 18:47:38 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-20 18:47:38 +0000 |
commit | e8ea822801fdb18942529ff15390e8a6de92a9a3 (patch) | |
tree | 539495f84d14c4f20e2deda10dc725242cd11ca1 | |
parent | ad10584dc1ba40aa045ece4db3e09dfc3ec8039c (diff) |
Remove debugging statements
-rw-r--r-- | modules/organize/helpers/organize_task.php | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |