--- loncom/interface/lonmsgdisplay.pm 2014/05/21 17:36:58 1.175 +++ loncom/interface/lonmsgdisplay.pm 2014/05/21 19:03:04 1.176 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.175 2014/05/21 17:36:58 musolffc Exp $ +# $Id: lonmsgdisplay.pm,v 1.176 2014/05/21 19:03:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -815,7 +815,6 @@ sub discrit { my $result = ''; # Sort by date in descending order foreach my $key (sort{$b <=> $a}(keys(%what))) { - print STDERR "key = ||$key||\n"; my %content=&Apache::lonmsg::unpackagemsg($what{$key}); next if ($content{'senderdomain'} eq ''); my $description;