mirror of
https://github.com/Pathduck/gallery3.git
synced 2024-10-29 21:07:18 -04:00
Remove debugging statements
This commit is contained in:
parent
ad10584dc1
commit
e8ea822801
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user