clean
This commit is contained in:
parent
b2b88b466e
commit
637c01750a
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue