]> iEval git - gruntmaster-data.git/blobdiff - lib/Gruntmaster/Data.pm
Do not return solution during contests
[gruntmaster-data.git] / lib / Gruntmaster / Data.pm
index 2706f94338f643e17bd84c71f1b8e3cfb9ae1965..301bdfd483040e91a888701fe0d5dfca9369ef0d 100644 (file)
@@ -125,6 +125,7 @@ sub problem_entry {
        if ($contest) {
                $ret->{contest_start} = $contest->{start};
                $ret->{contest_stop}  = $contest->{stop};
+               delete $ret->{solution}
        }
 
        $ret
This page took 0.019772 seconds and 4 git commands to generate.