Skip to content

Commit

Permalink
Fix precommit failure due to sysout
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <[email protected]>
  • Loading branch information
Sachin Kale committed Sep 2, 2024
1 parent 0a65f1c commit 4e724aa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ public void testRestoreOperationsShallowCopyEnabled() throws Exception {
assertDocsPresentInIndex(client, restoredIndexName1, numDocsInIndex1);
assertDocsPresentInIndex(client, restoredIndexName2, numDocsInIndex2);

System.out.println("=======================================================================================");

// deleting data for restoredIndexName1 and restoring from remote store.
internalCluster().stopRandomNode(InternalTestCluster.nameFilter(primary));
ensureRed(restoredIndexName1);
Expand Down

0 comments on commit 4e724aa

Please sign in to comment.