Bug 1066062 - Remove "source" from about:feedback submission. r=margaret

This commit is contained in:
vivek 2014-09-22 16:00:01 -07:00
parent 696c189f1f
commit 9a6e799e54

View File

@ -119,7 +119,6 @@ function sendFeedback(aEvent) {
data["device"] = Services.sysinfo.get("device");
data["manufacturer"] = Services.sysinfo.get("manufacturer");
data["source"] = "about:feedback";
data["platform"] = Services.appinfo.OS;
data["version"] = Services.appinfo.version;
data["locale"] = Services.locale.getSystemLocale().getCategory("NSILOCALE_CTYPE");