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:
David Pursehouse 2017-09-04 17:01:05 +09:00
parent 8678318d9d
commit 6f19edb41c
1 changed files with 0 additions and 1 deletions

View File

@ -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()) {