Skip to content

Commit

Permalink
fix: removes stray console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwicopple committed Oct 15, 2020
1 parent 3771344 commit 28cda7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default class Api {
)
return { data, error: null }
} catch (error) {
console.log('signUpWithEmail error', error)
return { data: null, error }
}
}
Expand Down

0 comments on commit 28cda7b

Please sign in to comment.