[jboss-jira] [JBoss JIRA] Created: (JBBOOT-16) Remove test logging statement
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Feb 27 12:27:51 EST 2009
Remove test logging statement
-----------------------------
Key: JBBOOT-16
URL: https://jira.jboss.org/jira/browse/JBBOOT-16
Project: JBoss Bootstrap
Issue Type: Task
Affects Versions: 1.0.0-Alpha-1
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 1.0.0-Alpha-2
Apply this:
Index: src/main/java/org/jboss/bootstrap/BaseServerConfig.java
===================================================================
--- src/main/java/org/jboss/bootstrap/BaseServerConfig.java (revision 84843)
+++ src/main/java/org/jboss/bootstrap/BaseServerConfig.java (working copy)
@@ -455,7 +455,6 @@
{
serverHomeURL = new URL(getServerBaseURL(), getServerName() + "/");
}
- Logger.getLogger("ANOTHER TEST").warn(serverHomeURL.getFile());
System.setProperty(ServerConfig.SERVER_HOME_URL, serverHomeURL.toString());
}
catch (MalformedURLException e)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list