From b3586bb4b76e833d987eb207d1a17d7855439a60 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 30 Nov 2018 11:00:54 +0100 Subject: Remove telemetry calls from sync --- services/sync/modules/service.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'services/sync/modules/service.js') diff --git a/services/sync/modules/service.js b/services/sync/modules/service.js index d3fb6c864..6369cbba2 100644 --- a/services/sync/modules/service.js +++ b/services/sync/modules/service.js @@ -1266,9 +1266,6 @@ Sync11Service.prototype = { return this._lock("service.js: sync", this._notify("sync", "", function onNotify() { - let histogram = Services.telemetry.getHistogramById("WEAVE_START_COUNT"); - histogram.add(1); - let synchronizer = new EngineSynchronizer(this); let cb = Async.makeSpinningCallback(); synchronizer.onComplete = cb; @@ -1278,9 +1275,6 @@ Sync11Service.prototype = { // we want. let result = cb.wait(); - histogram = Services.telemetry.getHistogramById("WEAVE_COMPLETE_SUCCESS_COUNT"); - histogram.add(1); - // We successfully synchronized. // Check if the identity wants to pre-fetch a migration sentinel from // the server. -- cgit v1.2.3