Skip to content

Commit

Permalink
remove queue info, for there maybe too many logs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoPhilipse committed Jun 16, 2023
1 parent bc93a5e commit 8a1204f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public static JsonNode getChildQueues(JsonNode resp) {
&& !queues.isMissingNode()
&& queues.isArray()
&& ((ArrayNode) queues).size() > 0) {
logger.info("queues:" + queues);
return queues;
} else {
return resp.get("childQueues");
Expand Down

0 comments on commit 8a1204f

Please sign in to comment.