Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushaga14 authored and ag060 committed Jan 8, 2025
1 parent 9e17fe6 commit 0b6414d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ private boolean validateFilterForRequest(
HttpResponseParams responseParam, FilterConfig apiFilter) {
try {
String message = responseParam.getOrig();
// todo: remove
System.out.println("using buildFromMessageNew func");
RawApi rawApi = RawApi.buildFromMessageNew(message);
int apiCollectionId = httpCallParser.createApiCollectionId(responseParam);
responseParam.requestParams.setApiCollectionId(apiCollectionId);
Expand Down

0 comments on commit 0b6414d

Please sign in to comment.