Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis-marcotte committed Oct 9, 2024
1 parent bbe446b commit 316cd87
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ export class ManageFilersView extends mixinBehaviors([AppLocalizeBehavior], util
}

formatErrors(errors) {
// eslint-disable-next-line
console.log(JSON.parse(errors.errors));
return JSON.parse(errors.errors);
}

Expand Down

0 comments on commit 316cd87

Please sign in to comment.