Skip to content

Commit

Permalink
Remove temprorary log message
Browse files Browse the repository at this point in the history
Signed-off-by: Tianli Feng <ftianli@amazon.com>
  • Loading branch information
Tianli Feng committed Mar 10, 2022
1 parent 11c4ff5 commit 8cc54e3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ public void testEarlyExitNoCleanup() throws Exception {
}

public void testNothingToCleanup() throws Exception {
logger.info("### noDataNoMasterSettings: " + noDataNoMasterSettings.get("node.roles"));
System.out.println("### noDataNoMasterSettings: " + noDataNoMasterSettings.get("node.roles"));
verifyNoQuestions(noDataNoMasterSettings, containsString(NO_DATA_TO_CLEAN_UP_FOUND));
verifyNoQuestions(noDataMasterSettings, containsString(NO_SHARD_DATA_TO_CLEAN_UP_FOUND));

Expand Down

0 comments on commit 8cc54e3

Please sign in to comment.