Bug 1223423 - Remove |testOnly| from |TelemetryController.submitExternalPing|. r=Dexter

This commit is contained in:
Tom Zhang 2015-11-15 15:03:11 +01:00
parent f2f33bdc16
commit c6dc7e4098

View File

@ -225,8 +225,7 @@ this.TelemetryController = Object.freeze({
aOptions.addClientId = aOptions.addClientId || false;
aOptions.addEnvironment = aOptions.addEnvironment || false;
const testOnly = Impl.submitExternalPing(aType, aPayload, aOptions);
return testOnly;
return Impl.submitExternalPing(aType, aPayload, aOptions);
},
/**