diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-26 16:02:43 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-26 16:02:43 +0000 |
commit | 63b3b505c1111e2987e00113364a25bd27601192 (patch) | |
tree | ce2079036e1b524cf3bef3ad998cd5434cb4433f /modules/image_block | |
parent | f87e1de3ec0b199a48818f84bdef4cdf34b50244 (diff) |
Remove debugging statement
Diffstat (limited to 'modules/image_block')
-rw-r--r-- | modules/image_block/helpers/image_block_event.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/image_block/helpers/image_block_event.php b/modules/image_block/helpers/image_block_event.php index 3bcabda1..0783773b 100644 --- a/modules/image_block/helpers/image_block_event.php +++ b/modules/image_block/helpers/image_block_event.php @@ -21,7 +21,5 @@ class image_block_event_Core { static function item_created($item) { $db = Database::instance(); $db->query("UPDATE `items` SET `rand_key` = RAND() WHERE id = {$item->id}"); - Kohana::log("debug", Database::instance()->last_query()); } - } |