Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <[email protected]>
  • Loading branch information
talktovikas committed Dec 5, 2024
1 parent 7761428 commit a47202c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/oc_erchef/apps/oc_chef_wm/src/chef_wm_search.erl
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ to_json(Req, #base_state{chef_db_context = DbContext,
filter_permitted_results(ReqId, RequestorId, OrgId, DbContext, IndexType, Ids);
false -> Ids
end,
io:format("This is BulkGetFun,Vikas Debug ~p~n", [BulkGetFun]),
io:format("This is FilteredIds,Vikas Debug~p~n ", [FilteredIds]),
io:format("This is BatchSize,Vikas Debug~p~n ", [BatchSize]),
io:format("This is Start1,Vikas Start1 ~p~n ", [Start1]),
io:format("This is SolrNumFound,Vikas Debug~p~n ", [SolrNumFound]),

{DbNumFound, Ans} = make_search_results(BulkGetFun, FilteredIds, BatchSize,
Start1, SolrNumFound),
State1 = State#base_state{log_msg = search_log_msg(SolrNumFound,
Expand Down

0 comments on commit a47202c

Please sign in to comment.