[TEST] remove leftover comment in createIndicesWithRandomAliases

Original commit: elastic/x-pack-elasticsearch@80546bae7f
This commit is contained in:
javanna 2016-10-17 15:00:25 +02:00 committed by Luca Cavanna
parent 667be843ce
commit 99d198c715
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ public abstract class SecurityIntegTestCase extends ESIntegTestCase {
* and refreshes the new indices
*/
protected void createIndicesWithRandomAliases(String... indices) {
//no aliases
createIndex(indices);
if (frequently()) {