diff --git a/lib/WebGUI/Search.pm b/lib/WebGUI/Search.pm index 7494b396d..27aa2a9ce 100644 --- a/lib/WebGUI/Search.pm +++ b/lib/WebGUI/Search.pm @@ -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 = ();