Remove too-verbose logging on contact sync
This commit is contained in:
parent
0774ba2903
commit
bffa910c64
1 changed files with 0 additions and 5 deletions
|
@ -698,11 +698,6 @@
|
|||
const { expireTimer } = details;
|
||||
const isValidExpireTimer = typeof expireTimer === 'number';
|
||||
if (!isValidExpireTimer) {
|
||||
window.log.error(
|
||||
'Ignore invalid expire timer.',
|
||||
'Expected numeric `expireTimer`, got:',
|
||||
expireTimer
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue