From bffa910c64353f1b8e22c7f9a49aada65479c5ed Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Sat, 21 Jul 2018 14:51:44 -0700 Subject: [PATCH] Remove too-verbose logging on contact sync --- js/background.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/background.js b/js/background.js index 33ba4e3e4345..ab31861465be 100644 --- a/js/background.js +++ b/js/background.js @@ -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; }