On click of search result, show and focus conversation

Also: remove too-verbose logging on contact sync
This commit is contained in:
Scott Nonnenberg 2018-07-18 11:40:10 -07:00
parent 61bb038207
commit 0ac3517d51
4 changed files with 16 additions and 13 deletions

View file

@ -597,11 +597,6 @@
const { expireTimer } = details;
const isValidExpireTimer = typeof expireTimer === 'number';
if (!isValidExpireTimer) {
console.log(
'Ignore invalid expire timer.',
'Expected numeric `expireTimer`, got:',
expireTimer
);
return;
}