Skip to content

Commit

Permalink
Remove system.err message
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 27, 2011
1 parent b376918 commit af8a5ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ public boolean updateNodesResourceFile() throws UpdateUtils.UpdateException {
*/
public void updateNodesResourceFileFromUrl(final String providerURL, final String username,
final String password) throws UpdateUtils.UpdateException {
System.err.println("called updateNodesResourceFileFromUrl for URL: " + providerURL);
if(!validateResourceProviderURL(providerURL)){
throw new UpdateUtils.UpdateException("providerURL is not allowed: " + providerURL);
}
Expand Down

0 comments on commit af8a5ba

Please sign in to comment.