only use our experimentPing outside of Test Pilot

This commit is contained in:
groovecoder
2017-05-19 13:38:04 -05:00
parent 3700e6f461
commit 5916bd2871
2 changed files with 8 additions and 16 deletions
-1
View File
@@ -173,7 +173,6 @@ Metrics.prototype = {
};
try {
console.log("notifying observerser of testpilot::send-metric; subject: ", subject, " stringified: ", stringified);
Services.obs.notifyObservers(subject, 'testpilot::send-metric', stringified);
this._log(`Sent client message via nsIObserverService: ${stringified}`);
} catch (ex) {