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

raeburn raeburn at source.lon-capa.org
Fri Mar 1 00:10:09 EST 2013


raeburn		Fri Mar  1 05:10:09 2013 EDT

  Modified files:              
    /loncom/interface	lonpopulate.pm 
  Log:
  - Remve debug line.
  
  
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.74 loncom/interface/lonpopulate.pm:1.75
--- loncom/interface/lonpopulate.pm:1.74	Mon Feb 11 02:39:11 2013
+++ loncom/interface/lonpopulate.pm	Fri Mar  1 05:10:09 2013
@@ -1,5 +1,5 @@
 # automated enrollment configuration handler
-# $Id: lonpopulate.pm,v 1.74 2013/02/11 02:39:11 raeburn Exp $
+# $Id: lonpopulate.pm,v 1.75 2013/03/01 05:10:09 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -254,7 +254,6 @@
     <tr class="LC_pick_box_row">
       <td valign="top" class="LC_pick_box_title">
 ');
-    print STDERR "action is ||$action|| and state is ||$state||\n";
     foreach my $task (@{$tasksref}) {
         if (($task eq $action) && ($state eq 'choose')) {
             $r->print(' 




More information about the LON-CAPA-cvs mailing list