Skip to content

Commit 14ef31f

Browse files
fix(endpoint-auth): remove console debugging
1 parent db7012a commit 14ef31f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/endpoint-auth/lib/controllers/consent.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ export const consentController = {
3232
} else {
3333
response.redirect(request.baseUrl + "/new-password?setup=true");
3434
}
35-
} catch (error) {
36-
console.error("ERROR", error);
35+
} catch {
3736
throw IndiekitError.badRequest(
3837
response.locals.__("BadRequestError.invalidValue", "request_uri"),
3938
);

0 commit comments

Comments
 (0)