[LON-CAPA-cvs] cvs: modules /raeburn neutrinoharvest.pl
raeburn
raeburn@source.lon-capa.org
Mon, 18 Oct 2010 04:23:46 -0000
raeburn Mon Oct 18 04:23:46 2010 EDT
Modified files:
/modules/raeburn neutrinoharvest.pl
Log:
- Remove debug line.
Index: modules/raeburn/neutrinoharvest.pl
diff -u modules/raeburn/neutrinoharvest.pl:1.4 modules/raeburn/neutrinoharvest.pl:1.5
--- modules/raeburn/neutrinoharvest.pl:1.4 Mon Oct 18 04:04:22 2010
+++ modules/raeburn/neutrinoharvest.pl Mon Oct 18 04:23:46 2010
@@ -165,7 +165,6 @@
if ($students ne '') {
my @students = split(/[,\s]+/,$students);
foreach my $stu (sort(@students)) {
- print "stu is ||$stu||\n";
if (ref($classlist->{$stu})) {
push(@okstudents,$stu);
} else {