Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Sep 12, 2024
1 parent 94dfdc8 commit e32c428
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 QueryBuilder requestQuery(@NonNull RequestQueryParam ant, @NonNull Map<St
}
throw new ResourceAccessException("non-aggregate query");
}
catch (Exception e) {
e.printStackTrace();
throw e;
}
finally {
releaseContext();
}
Expand Down

0 comments on commit e32c428

Please sign in to comment.