Skip to content

Commit

Permalink
Remove debugging print statement in search.php
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
  • Loading branch information
Tim Almdal committed Jul 29, 2009
1 parent e6d6e49 commit eb90fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/search/helpers/search.php
Expand Up @@ -71,7 +71,6 @@ static function update($item) {
}

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();
Expand Down

0 comments on commit eb90fc9

Please sign in to comment.