summaryrefslogtreecommitdiff
path: root/modules/image_block/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-02-26 16:02:43 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-02-26 16:02:43 +0000
commit63b3b505c1111e2987e00113364a25bd27601192 (patch)
treece2079036e1b524cf3bef3ad998cd5434cb4433f /modules/image_block/helpers
parentf87e1de3ec0b199a48818f84bdef4cdf34b50244 (diff)
Remove debugging statement
Diffstat (limited to 'modules/image_block/helpers')
-rw-r--r--modules/image_block/helpers/image_block_event.php2
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());
}
-
}