Remove unused code

This commit is contained in:
Neeraj Gupta 2023-04-25 12:47:55 +05:30
parent 8bd7962ab8
commit 35fb0d1cf9
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -221,13 +221,6 @@ class _SearchWidgetState extends State<SearchWidget> {
await _searchService.getCollectionSearchResults(query);
allResults.addAll(collectionResults);
// if (FeatureFlagService.instance.isInternalUserOrDebugBuild() &&
// query.startsWith("l:")) {
// final locationResults = await _searchService
// .getLocationSearchResults(query.replaceAll("l:", ""));
// allResults.addAll(locationResults);
// }
final monthResults = await _searchService.getMonthSearchResults(query);
allResults.addAll(monthResults);