Skip to content

Commit

Permalink
fix: Do not log 'send XHR' for each request (#20479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Nov 15, 2024
1 parent 9f41a5d commit 35a9e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public void send(final JsonObject payload) {
pushPendingMessage = payload;
push.push(payload);
} else {
Console.log("send XHR");
Console.debug("send XHR");
registry.getXhrConnection().send(payload);
}
}
Expand Down

0 comments on commit 35a9e49

Please sign in to comment.