--- loncom/lonnet/perl/lonnet.pm 2007/04/03 18:47:29 1.860 +++ loncom/lonnet/perl/lonnet.pm 2007/04/04 00:05:31 1.861 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.860 2007/04/03 18:47:29 raeburn Exp $ +# $Id: lonnet.pm,v 1.861 2007/04/04 00:05:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7747,7 +7747,6 @@ sub get_dns { $this_domain{$field} = shift(@elements); } $domain{$name} = \%this_domain; - &logthis("Domain.tab: $name ".$domain{$name}{'description'} ); } } @@ -7796,7 +7795,6 @@ sub get_dns { $hostdom{$id}=$domain; if ($role eq 'library') { $libserv{$id}=$name; } } - &logthis("Hosts.tab: $name ".$id ); } }