forked from vergnet/application-amicale
Remove log
This commit is contained in:
parent
c3304c6f06
commit
94a0ca33a4
1 changed files with 0 additions and 2 deletions
|
@ -76,8 +76,6 @@ export function retrievePreferences(
|
|||
return new Promise((resolve: (preferences: PreferencesType) => void) => {
|
||||
AsyncStorage.multiGet(keys)
|
||||
.then((result) => {
|
||||
console.log(result);
|
||||
|
||||
const preferences = { ...defaults };
|
||||
result.forEach((item) => {
|
||||
let [key, value] = item;
|
||||
|
|
Loading…
Reference in a new issue