Disable Geolocation logging by default. This should not have been checked in with the flag as true. r=clint
Disable Geolocation logging by default. This should not have been checked in with the flag as true. r=clint
--- a/dom/src/geolocation/NetworkGeolocationProvider.js
+++ b/dom/src/geolocation/NetworkGeolocationProvider.js
@@ -1,14 +1,14 @@
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
const Ci = Components.interfaces;
const Cc = Components.classes;
-var gLoggingEnabled = true;
+var gLoggingEnabled = false;
var gTestingEnabled = false;
function nowInSeconds()
{
return Date.now() / 1000;
}
function LOG(aMsg) {