summaryrefslogtreecommitdiff
path: root/components/preferences/in-content/content.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/preferences/in-content/content.js')
-rw-r--r--components/preferences/in-content/content.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/preferences/in-content/content.js b/components/preferences/in-content/content.js
index a2a3e8a..d0423bf 100644
--- a/components/preferences/in-content/content.js
+++ b/components/preferences/in-content/content.js
@@ -101,11 +101,6 @@ var gContentPane = {
gSubDialog.open("chrome://browser/content/preferences/permissions.xul",
"resizable=yes", params);
-
- try {
- Services.telemetry
- .getHistogramById("WEB_NOTIFICATION_EXCEPTIONS_OPENED").add();
- } catch (e) {}
},