1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 02:38:18 +00:00

remove console.log

This commit is contained in:
slowbackspace 2019-04-22 11:33:20 +02:00
parent 39ff483387
commit 39c683bf0c

View File

@ -136,10 +136,6 @@ export const update = (event: StorageEvent): ThunkAction => (dispatch: Dispatch)
} }
if (event.key === KEY_ACCOUNTS) { if (event.key === KEY_ACCOUNTS) {
console.log('omg');
console.log(event);
console.log(JSON.parse(event.newValue));
console.log(event.oldValue);
dispatch({ dispatch({
type: ACCOUNT.FROM_STORAGE, type: ACCOUNT.FROM_STORAGE,
payload: JSON.parse(event.newValue), payload: JSON.parse(event.newValue),