diff --git a/search/SearchForm.php b/search/SearchForm.php index 46c57f88c..6e96eebbc 100755 --- a/search/SearchForm.php +++ b/search/SearchForm.php @@ -208,7 +208,6 @@ class SearchForm extends Form { $totalCount += $query->unlimitedRowCount(); } $fullQuery = implode(" UNION ", $querySQLs) . " ORDER BY $sortBy LIMIT $limit"; - Debug::message($fullQuery); // Get records $records = DB::query($fullQuery);