--- loncom/publisher/lonpubdir.pm 2007/01/10 19:51:35 1.99 +++ loncom/publisher/lonpubdir.pm 2007/01/19 02:36:04 1.100 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.99 2007/01/10 19:51:35 albertel Exp $ +# $Id: lonpubdir.pm,v 1.100 2007/01/19 02:36:04 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -609,7 +609,6 @@ sub putresource { $title = ''. &getTitleString($targetdir.'/'.$filename).''; - &Apache::lonnet::logthis("same $same meta $meta_same"); if ($same) { if (&Apache::lonnet::metadata($targetdir.'/'.$filename,'obsolete')) { $pubstatus = 'obsolete';