summaryrefslogtreecommitdiff
path: root/components/places/content/browserPlacesViews.js
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2022-05-08 16:42:41 -0400
committerGaming4JC <g4jc@hyperbola.info>2022-05-08 16:42:41 -0400
commit34964f0ea6b83234e47396441ca3b8334dbf0daa (patch)
tree570f0d78d7c2c8b38343a21cfb2e9e3d351f34e5 /components/places/content/browserPlacesViews.js
parent0e6fd39de109fa1020848fecddb5821501661ca7 (diff)
downloadiceweasel-uxp-34964f0ea6b83234e47396441ca3b8334dbf0daa.tar.gz
Remove telemetry more telemetry references
Diffstat (limited to 'components/places/content/browserPlacesViews.js')
-rw-r--r--components/places/content/browserPlacesViews.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/places/content/browserPlacesViews.js b/components/places/content/browserPlacesViews.js
index c6ee9b6..bab8825 100644
--- a/components/places/content/browserPlacesViews.js
+++ b/components/places/content/browserPlacesViews.js
@@ -980,9 +980,6 @@ function PlacesToolbar(aPlace) {
}
PlacesViewBase.call(this, aPlace);
-
- Services.telemetry.getHistogramById("FX_BOOKMARKS_TOOLBAR_INIT_MS")
- .add(Date.now() - startTime);
}
PlacesToolbar.prototype = {