[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Feb 12 16:19:36 EST 2014
raeburn Wed Feb 12 21:19:36 2014 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Remove print to STDERR statements used for debugging.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.224 loncom/interface/domainprefs.pm:1.225
--- loncom/interface/domainprefs.pm:1.224 Wed Feb 12 20:37:42 2014
+++ loncom/interface/domainprefs.pm Wed Feb 12 21:19:36 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.224 2014/02/12 20:37:42 raeburn Exp $
+# $Id: domainprefs.pm,v 1.225 2014/02/12 21:19:36 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4961,7 +4961,6 @@
if ($rownum ne '') {
$css_class = ($rownum%2? ' class="LC_odd_row"':'');
}
- print STDERR "rownum ||$rownum|| an css_class ||".$css_class."||\n";
my $output = '<tr'.$css_class.'>'.
'<td>'.$lt{$context}.$showdom.
'</td><td class="'.$class.'" colspan="2"><table>';
@@ -7882,7 +7881,6 @@
}
foreach my $field (keys(%{$cancreate{$item}})) {
if (!$curr_usercreation{'cancreate'}{$item}{$field}) {
- print STDERR "field $field in cancreate but not in curr\n";
if (!grep(/^$item$/,@{$changes{'cancreate'}})) {
push(@{$changes{'cancreate'}},$item);
}
More information about the LON-CAPA-cvs
mailing list