remove unnecessary logs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38223 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2014-12-02 17:00:00 +00:00
parent 1192760742
commit ad7cf880ac

View file

@ -329,11 +329,6 @@ myHostName()
{
if ([name isEqualToString: myHostName()] == YES)
{
NSLog(@"No network address appears to be available "
@"for this machine (%@) - using loopback address "
@"(127.0.0.1)", name);
NSLog(@"You probably need a line like '"
@"127.0.0.1 %@ localhost' in your /etc/hosts file", name);
host = [self hostWithAddress: @"127.0.0.1"];
[host _addName: name];
}