Removed debug option for studyplan progress

This commit is contained in:
PMKuipers 2023-10-23 23:19:38 +02:00
parent 1975952c8f
commit 2622b102bf

View File

@ -249,7 +249,7 @@ class studyplan {
'aggregation_info' => $this->aggregator->basic_model(),
'pages' => $pages,
// Next line is for development debugging only.
"progress" => (\rand(0,100) / 100),
//"progress" => (\rand(0,100) / 100),
];
}