Skip to content

Commit

Permalink
Remove log.warn added for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Feb 3, 2025
1 parent 7910ec5 commit fad7acf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ private RestChannelConsumer handlePost(RestRequest request) throws IOException {
parser.nextToken();
if (parser.nextToken() == XContentParser.Token.START_ARRAY) {
commands = Command.parseToArray(parser);
log.warn(request.content().utf8ToString());
} else {
log.error("Token does not match {}", parser.currentToken());
}
Expand Down

0 comments on commit fad7acf

Please sign in to comment.