Remove debugging statements

This commit is contained in:
Tim Almdal 2009-04-20 18:47:38 +00:00
parent ad10584dc1
commit e8ea822801

View File

@ -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) {