Skip to content

Commit b437cac

Browse files
committed
chore: remove console log
1 parent 19b5f96 commit b437cac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/sessionManager/stores/expoSecureStore.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ let expoSecureStore: typeof import("expo-secure-store") | undefined = undefined;
77
async function waitForExpoSecureStore() {
88
let tries = 0;
99
while (!expoSecureStore && tries < 20) {
10-
console.log('waiting');
1110
await new Promise((resolve) => setTimeout(resolve, 100));
1211
tries++;
1312
}

0 commit comments

Comments
 (0)