Skip to content

Commit 5fd32aa

Browse files
committed
polish(auth): Remove stray console.log
1 parent c209e30 commit 5fd32aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/fxa-auth-server/lib/routes/password.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ module.exports = function (
105105

106106
const sessionToken = request.auth.credentials;
107107
if (sessionToken) {
108-
109-
console.log('!!! customs.v2Enabled', customs.v2Enabled());
110108
await customs.checkAuthenticated(
111109
request,
112110
sessionToken.uid,

0 commit comments

Comments
 (0)