diff --git a/src/cache.native.ts b/src/cache.native.ts index 441ea75..7b98403 100644 --- a/src/cache.native.ts +++ b/src/cache.native.ts @@ -2,7 +2,6 @@ import Storage from './storage'; const RN = require('react-native'); const storage = new Storage({ storageBackend: RN.AsyncStorage }); -console.log("Successfully loaded React Native"); // https://github.com/sunnylqm/react-native-storage export async function getCacheTokens(cookieName: string): Promise> {