Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Cache logging revoked
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed Jul 21, 2021
1 parent d090224 commit 596a5b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cache.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Record<string, any>> {
Expand Down

0 comments on commit 596a5b3

Please sign in to comment.