[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Sun Sep 11 10:51:43 EDT 2016
raeburn Sun Sep 11 14:51:43 2016 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Remove debug line.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.277 loncom/interface/domainprefs.pm:1.278
--- loncom/interface/domainprefs.pm:1.277 Mon Sep 5 01:46:07 2016
+++ loncom/interface/domainprefs.pm Sun Sep 11 14:51:42 2016
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.277 2016/09/05 01:46:07 raeburn Exp $
+# $Id: domainprefs.pm,v 1.278 2016/09/11 14:51:42 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -699,7 +699,6 @@
if (ref($item->{'header'}) eq 'ARRAY') {
$numheaders = scalar(@{$item->{'header'}});
}
-print STDERR "$action num ||$numheaders||\n";
if ($numheaders > 1) {
my $colspan = '';
my $rightcolspan = '';
More information about the LON-CAPA-cvs
mailing list