Skip to content

Commit

Permalink
rm debugging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Jul 12, 2024
1 parent beb58fb commit cda4942
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default class DashboardCalendarComponent extends Component {
@storageFor('dashboard') dashboardStorage;

get userContext() {
console.log(this.dashboardStorage.get('userContext'));
return this.dashboardStorage?.get('userContext');
}

Expand Down

0 comments on commit cda4942

Please sign in to comment.