Remove debugging
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
453ab44b19
commit
ceab5a2722
|
@ -86,7 +86,6 @@ public class InfoServer extends HttpServer {
|
||||||
URL url = InfoServer.class.getClassLoader().getResource(path);
|
URL url = InfoServer.class.getClassLoader().getResource(path);
|
||||||
if (url == null)
|
if (url == null)
|
||||||
throw new IOException("webapps not found in CLASSPATH: " + path);
|
throw new IOException("webapps not found in CLASSPATH: " + path);
|
||||||
System.out.println("URL " + url);
|
|
||||||
return url.toString();
|
return url.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue