Remove debug print in Contest.pm
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 25 Feb 2015 07:37:47 +0000 (09:37 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 25 Feb 2015 07:37:47 +0000 (09:37 +0200)
lib/Gruntmaster/Data/Result/Contest.pm

index 1da4badddb7cf880ddad4310f08eefd7c17c0ef1..453982bf8709d7dadcd4467759b075dd37ca6c7a 100644 (file)
@@ -243,7 +243,6 @@ sub standings {
 
        my %user_to_name = map { $_->id => $_->name } $self->result_source->schema->users->all;
 
-       say STDERR join "\n\n", @problems;
        my @st = sort { $b->{score} <=> $a->{score} or $a->{user} cmp $b->{user} } map { ## no critic (ProhibitReverseSortBlock)
                my $user = $_;
                +{
This page took 0.010997 seconds and 4 git commands to generate.