Bug 1181489 - Enable debug for AlarmService.jsm. r=fabrice

This commit is contained in:
Julien Wajsberg 2015-07-25 05:24:00 -04:00
parent e3336b1cc5
commit 83a9c80b50

View File

@ -5,7 +5,7 @@
"use strict";
/* static functions */
const DEBUG = false;
const DEBUG = true;
function debug(aStr) {
DEBUG && dump("AlarmService: " + aStr + "\n");