Skip to content

Commit 61aa8bf

Browse files
authored
Remove debug output
1 parent c78d05f commit 61aa8bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/auth/src/core/auth/initialize.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function _initializeAuthInstance(
7272
auth: AuthImpl,
7373
deps?: Dependencies
7474
): void {
75-
console.log("DEDB AUTH INITILAIZING!");
7675
const persistence = deps?.persistence || [];
7776
const hierarchy = (
7877
Array.isArray(persistence) ? persistence : [persistence]

0 commit comments

Comments
 (0)