Skip to content

Commit

Permalink
Removed unused summary list
Browse files Browse the repository at this point in the history
- We no longer display this as a fallback on the main page.
  • Loading branch information
ajparsons committed Mar 27, 2024
1 parent 240c83b commit a07e4ba
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions classes/Policies.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,6 @@ public function __construct($policy_id = null) {
$this->set_descs = $policy_data['set_descs'];
$this->sets = $policy_data['sets'];

$this->sets['summary'] = array(
1113,
1136,
1132,
1052,
1109,
1110,
1027,
1084,
1065,
6670,
6673,
6674,
6678,
984,
837,
1079,
6671,
6672,
);

$this->all_policy_agreements = $policy_data['agreements'] ?? [];

if ( $policy_id ) {
Expand Down

0 comments on commit a07e4ba

Please sign in to comment.