Remove User Search

I am trying to remove the search form from spark client. I have been able to remove everything from spark that we dont need, but cannot find the exact code to remove the search form at the bottom of spark.

Help please…

Found it…

If you look in the SearchService.java file you will find the public function SearchService. Commented out some code in here and viola no more search!