clear cache removed

This commit is contained in:
Diego Mello 2017-11-06 16:07:41 -02:00
parent d65b3a9809
commit eafa97daf9
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ import {
} from '../actions/login';
import RocketChat from '../lib/rocketchat';
AsyncStorage.clear()
const TOKEN_KEY = 'reactnativemeteor_usertoken';
const getUser = state => state.login;
const getServer = state => state.server.server;