diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-30 01:25:50 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-30 01:32:24 +0800 |
commit | eb90fc9e63e35e1131f19204a370fe711f5ecc01 (patch) | |
tree | 831bccbcc1f9e3e32e80538407fc64b1198a925b /modules | |
parent | e6d6e498c0acbe1e97b07c0c5a357a84b65f06f9 (diff) |
Remove debugging print statement in search.php
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/search/helpers/search.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/search/helpers/search.php b/modules/search/helpers/search.php index c03de983..355c4493 100644 --- a/modules/search/helpers/search.php +++ b/modules/search/helpers/search.php @@ -71,7 +71,6 @@ class search_Core { } module::event("item_index_data", $record->item(), $data); - Kohana::log("alert",print_r($data,1)); $record->data = join(" ", (array)$data); $record->dirty = 0; $record->save(); |