зеркало из https://github.com/mozilla/pjs.git
Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon
This commit is contained in:
Родитель
093fa4ce35
Коммит
c330e815ad
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче