--- loncom/publisher/lonpublisher.pm 2005/11/14 13:59:53 1.203 +++ loncom/publisher/lonpublisher.pm 2006/01/11 20:35:19 1.204 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.203 2005/11/14 13:59:53 www Exp $ +# $Id: lonpublisher.pm,v 1.204 2006/01/11 20:35:19 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -508,7 +508,6 @@ sub get_subscribed_hosts { if ( $sh=Apache::File->new("$target.subscription") ) { &Apache::lonnet::logthis("opened $target.subscription"); while (my $subline=<$sh>) { - &Apache::lonnet::logthis("Trying $subline"); if ($subline =~ /(^\w+):/) { if ($1 ne $Apache::lonnet::perlvar{'lonHostID'}) { push(@subscribed,$1);