Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Nov 4, 2024
1 parent 4bf6a6c commit 0e7accc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default class AdditionalAboutGroups extends Component {
<ConditionalLoadingSpinner @condition={{this.loading}}>
{{#if this.groups}}
{{#each this.groups as |group|}}
{{log group}}
<section class="about__{{group.name}} --custom-group">
<h3>{{this.groupName group}}</h3>
<div class="about-page-users-list">
Expand Down

0 comments on commit 0e7accc

Please sign in to comment.