Skip to content

Commit 4707660

Browse files
committed
Merge branch 'master' into prod
2 parents b28993f + 7782bb5 commit 4707660

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ <h2>Community Sponsors</h2>
100100
array_multisort($cnames, $data['community_sponsors']);
101101
foreach ($data['community_sponsors'] as $person) {
102102
?>
103-
<!--<?php var_dump($person);?> -->
104103
<div class="communitySponsor">
105104
<a href="<?php echo $person['url'];?>">
106105
<img src="<?php echo $person['profile_image_url'];?>">

0 commit comments

Comments
 (0)