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

raeburn raeburn at source.lon-capa.org
Sun Jun 28 14:02:24 EDT 2026


raeburn		Sun Jun 28 18:02:24 2026 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Remove debug line.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.460 loncom/interface/domainprefs.pm:1.461
--- loncom/interface/domainprefs.pm:1.460	Mon May 25 03:11:38 2026
+++ loncom/interface/domainprefs.pm	Sun Jun 28 18:02:24 2026
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.460 2026/05/25 03:11:38 raeburn Exp $
+# $Id: domainprefs.pm,v 1.461 2026/06/28 18:02:24 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6484,7 +6484,6 @@
         my %ordered;
         if (ref($settings) eq 'HASH') {
             foreach my $item (keys(%{$settings})) {
-                print STDERR "item is ||$item|| ref is ||".ref($settings->{$item})."||\n";
                 if (ref($settings->{$item}) eq 'HASH') {
                     my $num = $settings->{$item}{'order'};
                     if ($num eq '') {




More information about the LON-CAPA-cvs mailing list