--- loncom/interface/loncommon.pm 2006/12/01 21:52:29 1.483 +++ loncom/interface/loncommon.pm 2006/12/01 22:19:33 1.484 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.483 2006/12/01 21:52:29 albertel Exp $ +# $Id: loncommon.pm,v 1.484 2006/12/01 22:19:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5225,7 +5225,6 @@ sub record_sep { } } else { my @allfields; - &Apache::lonnet::logthis("file type is ".$env{'form.upfiletype'}); if ($env{'form.upfiletype'} eq 'semisv') { @allfields=split(/;/,$record); } else {