Skip to content
Snippets Groups Projects
Commit 5bc7aae6 authored by Vivien Nicolas's avatar Vivien Nicolas
Browse files

Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon

parent f3b5badf
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Cu.import("resource://gre/modules/XPCOMUtils.jsm");
const RIL_SMSDATABASESERVICE_CONTRACTID = "@mozilla.org/sms/rilsmsdatabaseservice;1";
const RIL_SMSDATABASESERVICE_CID = Components.ID("{a1fa610c-eb6c-4ac2-878f-b005d5e89249}");
const DEBUG = true;
const DEBUG = false;
const DB_NAME = "sms";
const DB_VERSION = 1;
const STORE_NAME = "sms";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment