Remove commented code

This commit is contained in:
Will Gittoes 2019-01-30 17:42:41 +11:00
parent f15a2ffd79
commit 56aaccb0c2
No known key found for this signature in database
GPG Key ID: 521026A02DB0BB42
1 changed files with 0 additions and 9 deletions

View File

@ -100,13 +100,4 @@ class Elasticsearch6RestClientTest extends AgentTestRunner {
} }
} }
} }
// static class TestNode extends Node {
// TestNode(Environment environment, Collection<Class<? extends Plugin>> classpathPlugins) {
// super(environment, classpathPlugins, false)
// }
//
// @Override
// protected void registerDerivedNodeNameWithLogger(String nodeName) {}
// }
} }