From feef92ff4ad5f94a2376e5f3d4fe7c70ef1b38c7 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 3 Jun 2025 16:30:53 +0530 Subject: [PATCH] fix: remove stray byebug --- .../enterprise/public/api/v1/portals/search_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/enterprise/app/controllers/enterprise/public/api/v1/portals/search_controller.rb b/enterprise/app/controllers/enterprise/public/api/v1/portals/search_controller.rb index 011de183c..de8113770 100644 --- a/enterprise/app/controllers/enterprise/public/api/v1/portals/search_controller.rb +++ b/enterprise/app/controllers/enterprise/public/api/v1/portals/search_controller.rb @@ -2,7 +2,6 @@ module Enterprise::Public::Api::V1::Portals::SearchController private def search_articles - byebug if @portal.account.feature_enabled?('help_center_embedding_search') @articles = @articles.vector_search(search_params) if @query.present? else