remove a dangling warn
This commit is contained in:
parent
531c73f990
commit
a4254cee98
1 changed files with 0 additions and 1 deletions
|
|
@ -376,7 +376,6 @@ sub search {
|
|||
push(@params, $keywords, $keywords);
|
||||
$self->{_score} = "match (keywords) against (?) as score";
|
||||
push(@clauses, "match (keywords) against (? in boolean mode)");
|
||||
warn "Keywords: $keywords";
|
||||
}
|
||||
if ($rules->{lineage}) {
|
||||
my @phrases = ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue