[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 01 Dec 2006 22:19:33 -0000


albertel		Fri Dec  1 17:19:33 2006 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - remove some debug
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.483 loncom/interface/loncommon.pm:1.484
--- loncom/interface/loncommon.pm:1.483	Fri Dec  1 16:52:29 2006
+++ loncom/interface/loncommon.pm	Fri Dec  1 17:19:33 2006
@@ -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 @@
         }
     } else {
         my @allfields;
-        &Apache::lonnet::logthis("file type is ".$env{'form.upfiletype'});
         if ($env{'form.upfiletype'} eq 'semisv') {
             @allfields=split(/;/,$record);
         } else {