Skip to content

Commit fc5826e

Browse files
authored
Merge pull request #20124 from mozilla/polish-stray-log
polish(auth): Remove stray console.log
2 parents c9c81d4 + 4180b1d commit fc5826e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3038,12 +3038,7 @@ export const accountRoutes = (
30383038
},
30393039
},
30403040
handler: async (request: AuthRequest) => {
3041-
try {
3042-
return accountHandler.reset(request);
3043-
} catch (err) {
3044-
console.log('!!!', err);
3045-
throw err;
3046-
}
3041+
return accountHandler.reset(request);
30473042
},
30483043
},
30493044
{

0 commit comments

Comments
 (0)