You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/01/22 21:33:08 UTC

[solr] branch branch_9x updated: SOLR-16630: remove log line that isn't on master, and violated both spotless and log formatting checks

This is an automated email from the ASF dual-hosted git repository.

hossman pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new f744c80bb5b SOLR-16630: remove log line that isn't on master, and violated both spotless and log formatting checks
f744c80bb5b is described below

commit f744c80bb5b04e9640dd1e985b4f15bf98525947
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Sun Jan 22 14:33:00 2023 -0700

    SOLR-16630: remove log line that isn't on master, and violated both spotless and log formatting checks
---
 solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java b/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
index b72324498ec..6c4e845cf5a 100644
--- a/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
+++ b/solr/core/src/test/org/apache/solr/search/TestCoordinatorRole.java
@@ -418,7 +418,6 @@ public class TestCoordinatorRole extends SolrCloudTestCase {
       Thread.sleep(100);
     }
     assertTrue(found);
-    log.info("HELLO: "+docs);
     return (String) docs.get(0).getFieldValue("_core_");
   }
 }