We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78d05f commit 61aa8bfCopy full SHA for 61aa8bf
packages/auth/src/core/auth/initialize.ts
@@ -72,7 +72,6 @@ export function _initializeAuthInstance(
72
auth: AuthImpl,
73
deps?: Dependencies
74
): void {
75
- console.log("DEDB AUTH INITILAIZING!");
76
const persistence = deps?.persistence || [];
77
const hierarchy = (
78
Array.isArray(persistence) ? persistence : [persistence]
0 commit comments