Skip to content

Commit

Permalink
Fix warning async storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo mathieu committed Mar 23, 2016
1 parent 409c7a4 commit 86cd363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = {
this._endLoggingIn();
}
} catch (error) {
this._appendMessage('AsyncStorage error: ' + error.message);
console.warn('AsyncStorage error: ' + error.message);
}
}
}

0 comments on commit 86cd363

Please sign in to comment.