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:
parent
39ff483387
commit
39c683bf0c
@ -136,10 +136,6 @@ export const update = (event: StorageEvent): ThunkAction => (dispatch: Dispatch)
|
||||
}
|
||||
|
||||
if (event.key === KEY_ACCOUNTS) {
|
||||
console.log('omg');
|
||||
console.log(event);
|
||||
console.log(JSON.parse(event.newValue));
|
||||
console.log(event.oldValue);
|
||||
dispatch({
|
||||
type: ACCOUNT.FROM_STORAGE,
|
||||
payload: JSON.parse(event.newValue),
|
||||
|
Loading…
Reference in New Issue
Block a user