From 541e0bfb72ea439fa8fc07b3a30279aacd474389 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 2 Mar 2018 18:09:07 -0500 Subject: [PATCH] Reduce log noise / size --- js/notifications.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/notifications.js b/js/notifications.js index 2e76548e7..5b03cc677 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -37,8 +37,6 @@ 'isFocused:', isFocused, 'isEnabled:', isEnabled, 'numNotifications:', numNotifications, - 'isAudioNotificationEnabled:', isAudioNotificationEnabled, - 'isAudioNotificationSupported:', isAudioNotificationSupported, 'shouldPlayNotificationSound:', shouldPlayNotificationSound );