We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69eaca4 commit 2a94e53Copy full SHA for 2a94e53
packages/backend/src/__tests__/helpers/mock.setup.ts
@@ -110,7 +110,6 @@ function mockSuperToken() {
110
}
111
112
if (input?.verifySessionOptions?.sessionRequired) {
113
- console.log("Invalid session detected in mock");
114
throw new Error("invalid superToken session");
115
116
} catch (error) {
0 commit comments