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:
Michael Stack 2008-12-19 19:13:33 +00:00
parent 453ab44b19
commit ceab5a2722
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ public class InfoServer extends HttpServer {
URL url = InfoServer.class.getClassLoader().getResource(path);
if (url == null)
throw new IOException("webapps not found in CLASSPATH: " + path);
System.out.println("URL " + url);
return url.toString();
}