Browse Source

Remove redundant call

vishnukvmd 1 year ago
parent
commit
dc5c8e5b70
1 changed files with 0 additions and 6 deletions
  1. 0 6
      lib/ui/viewer/search/search_widget.dart

+ 0 - 6
lib/ui/viewer/search/search_widget.dart

@@ -256,12 +256,6 @@ class SearchWidgetState extends State<SearchWidget> {
       },
     );
 
-    _searchService.getCityResults(query).then(
-      (results) {
-        onResultsReceived(results);
-      },
-    );
-
     _searchService.getCollectionSearchResults(query).then(
       (collectionResults) {
         onResultsReceived(collectionResults);