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:
		@@ -619,7 +619,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()) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user