epugh commented on code in PR #3738:
URL: https://github.com/apache/solr/pull/3738#discussion_r2416930115
##########
solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java:
##########
@@ -210,13 +210,8 @@ public void handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp) throw
final String action = req.getParams().get(ACTION,
STATUS.toString()).toLowerCase(Locale.ROOT);
CoreAdminOp op = opMap.get(action);
if (op == null) {
- log.warn(
Review Comment:
humm... good eyes. I thought I removed the method itself since all it did
was log step!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]