GerritLauncher: Remove unnecessary debug output
"URL: null" is printed repeatedly on the console when running the tests in Eclipse. Change-Id: I05a1009a1c181dc80834112ef0e3cda318f9c35b
This commit is contained in:
parent
8678318d9d
commit
6f19edb41c
@ -620,7 +620,6 @@ public final class GerritLauncher {
|
||||
|
||||
// If the build system provides us with a source root, use that.
|
||||
try (InputStream stream = self.getResourceAsStream(SOURCE_ROOT_RESOURCE)) {
|
||||
System.err.println("URL: " + stream);
|
||||
if (stream != null) {
|
||||
try (Scanner scan = new Scanner(stream, UTF_8.name()).useDelimiter("\n")) {
|
||||
if (scan.hasNext()) {
|
||||
|
Loading…
Reference in New Issue
Block a user