Bug 1114554 - Disable NotificationStorage debug logging. r=dholbert

This commit is contained in:
Nikhil Marathe 2015-09-14 16:08:38 -07:00
parent 4fdaadfb28
commit 50309716ae

View File

@ -4,7 +4,7 @@
"use strict";
const DEBUG = true;
const DEBUG = false;
function debug(s) { dump("-*- NotificationStorage.js: " + s + "\n"); }
const Cc = Components.classes;