Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
my-curiosity committed Jun 6, 2023
1 parent 077f5c0 commit 20ef7f9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions classes/output/course_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ public function export_for_template(renderer_base $output) {
$data['showlevel5'] = get_config('tool_supporter', 'course_table_showlevel5');
$data['showvisible'] = get_config('tool_supporter', 'course_table_showvisibility');

$data['showstartdate'] = get_config('tool_supporter', 'course_table_showstartdate');
$data['showshortname'] = get_config('tool_supporter', 'course_table_showshortname');
$data['showfullname'] = get_config('tool_supporter', 'course_table_showfullname');
$data['showlevel1'] = get_config('tool_supporter', 'course_table_showlevel1');
$data['showlevel2'] = get_config('tool_supporter', 'course_table_showlevel2');
$data['showvisible'] = get_config('tool_supporter', 'course_table_showvisibility');

return $data;
}
}

0 comments on commit 20ef7f9

Please sign in to comment.