# HG changeset patch # User Nikhil Marathe # Date 1442272118 25200 # Mon Sep 14 16:08:38 2015 -0700 # Node ID f4ae5021720f66a7c47a5d9f7cdb41908846f96b # Parent 3f02dab20a515af485c055a070d9728ed559e5b4 Bug 1114554 - Disable NotificationStorage debugging. r?dholbert diff --git a/dom/notification/NotificationStorage.js b/dom/notification/NotificationStorage.js --- a/dom/notification/NotificationStorage.js +++ b/dom/notification/NotificationStorage.js @@ -1,15 +1,15 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ "use strict"; -const DEBUG = true; +const DEBUG = false; function debug(s) { dump("-*- NotificationStorage.js: " + s + "\n"); } const Cc = Components.classes; const Ci = Components.interfaces; const Cu = Components.utils; Cu.import("resource://gre/modules/XPCOMUtils.jsm");