summaryrefslogtreecommitdiff
path: root/modules/image_block
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image_block')
-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());
}
-
}