|
|
@@ -200,9 +200,6 @@ class PaliTextController extends Controller
|
|
|
if($chapters){
|
|
|
foreach ($chapters as $key => $value) {
|
|
|
$progress_key="/chapter_dynamic/{$value->book}/{$value->paragraph}/global";
|
|
|
- if(!Cache::has($progress_key)){
|
|
|
- Log::error('no key'.$progress_key);
|
|
|
- }
|
|
|
$chapters[$key]->progress_line = Cache::get($progress_key);
|
|
|
}
|
|
|
return $this->ok(["rows"=>$chapters,"count"=>$all_count]);
|