Removed debug option for studyplan progress
This commit is contained in:
parent
1975952c8f
commit
2622b102bf
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue