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) {
|
function failCb(er) {
|
||||||
debugger;
|
|
||||||
dispatch(
|
dispatch(
|
||||||
doToast({
|
doToast({
|
||||||
isError: true,
|
isError: true,
|
||||||
|
@ -683,7 +682,7 @@ export function doHandleSyncComplete(error, hasNewData) {
|
||||||
dispatch(doFetchChannelListMine());
|
dispatch(doFetchChannelListMine());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log('DHSC error', error);
|
console.error('Error in doHandleSyncComplete', error);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue