diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-19 13:43:06 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-19 13:43:06 -0700 |
| commit | 788a458a11f04e47fe1c241463785d0f0b12cf3c (patch) | |
| tree | a8ab5e40ce85ee783dbc57388916fb687e1dac40 /modules/search/helpers/search.php | |
| parent | c46188111015a128ac4ffa1882a63924cd49b25e (diff) | |
Remove success logging. Only log on errors, otherwise the log is huge.
Diffstat (limited to 'modules/search/helpers/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 34eaecbd..6317020f 100644 --- a/modules/search/helpers/search.php +++ b/modules/search/helpers/search.php @@ -79,7 +79,6 @@ class search_Core { $record->data = join(" ", $data); $record->dirty = 0; $record->save(); - return t("Search index updated for '%title'", array("title" => p::purify($item->title))); } static function stats() { |
