Removed debug option for studyplan progress
This commit is contained in:
parent
1975952c8f
commit
2622b102bf
|
@ -249,7 +249,7 @@ class studyplan {
|
||||||
'aggregation_info' => $this->aggregator->basic_model(),
|
'aggregation_info' => $this->aggregator->basic_model(),
|
||||||
'pages' => $pages,
|
'pages' => $pages,
|
||||||
// Next line is for development debugging only.
|
// Next line is for development debugging only.
|
||||||
"progress" => (\rand(0,100) / 100),
|
//"progress" => (\rand(0,100) / 100),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user