diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-29 10:25:50 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-29 10:25:50 -0700 |
commit | 5a677975d044f088677d00d04c8e0ff5e3254959 (patch) | |
tree | 662fdc5c3678fb9381ecec1098540fe185d1da6c | |
parent | a533099e8ad549d39b21230d12a2099d5d679f4e (diff) |
Remove debugging print statement in search.php
-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(); |