This commit is contained in:
zeppi 2021-07-15 16:55:57 -04:00 committed by jessopb
parent b2b88b466e
commit 637c01750a

View file

@ -653,7 +653,6 @@ export function doGetAndPopulatePreferences() {
}
function failCb(er) {
debugger;
dispatch(
doToast({
isError: true,
@ -683,7 +682,7 @@ export function doHandleSyncComplete(error, hasNewData) {
dispatch(doFetchChannelListMine());
}
} else {
console.log('DHSC error', error);
console.error('Error in doHandleSyncComplete', error);
}
};
}