remove console.log

pull/526/head
slowbackspace 5 years ago
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…
Cancel
Save