Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yqu63 committed Jan 14, 2025
1 parent c8349ed commit 77256e4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1075,8 +1075,6 @@ public boolean isInProgressCancelable() {
CANCEL_OP(
CANCEL,
(req, rsp, h) -> {
log.info("WTF");

final CancelCollectionsApiCall cancelCollectionsApiCall =
new CancelCollectionsApiCall(h.coreContainer, req, rsp);
req.getParams().required().check(REQUESTID);
Expand Down

0 comments on commit 77256e4

Please sign in to comment.