Skip to content

Commit

Permalink
Remove unnecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RJFelix committed Jan 31, 2024
1 parent 7ace8ee commit 0711dce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package/src/utils/mockUserfront.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,6 @@ class MockUserfront {
}

async login() {
console.log("login");
console.log(this);
if (this.isAwaitingSecondFactor) {
this.isAwaitingSecondFactor = false;
return mockUserfrontResponses.login();
Expand All @@ -407,8 +405,6 @@ class MockUserfront {
}

async signup() {
console.log("signup");
console.log(this);
if (this.isAwaitingSecondFactor) {
this.isAwaitingSecondFactor = false;
return mockUserfrontResponses.signup();
Expand Down

0 comments on commit 0711dce

Please sign in to comment.