Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Sep 4, 2024
1 parent c91db64 commit b1d6ccf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ public RequestQueryBuilder requestQuery(@NonNull RequestQueryParam ant, @NonNull
}
throw new ResourceAccessException("non-aggregate query");
}
catch (Exception e) {
e.printStackTrace();
throw e;
}
finally {
releaseContext();
}
Expand Down

0 comments on commit b1d6ccf

Please sign in to comment.