mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1181489 - Enable debug for AlarmService.jsm. r=fabrice
This commit is contained in:
parent
e3336b1cc5
commit
83a9c80b50
@ -5,7 +5,7 @@
|
||||
"use strict";
|
||||
|
||||
/* static functions */
|
||||
const DEBUG = false;
|
||||
const DEBUG = true;
|
||||
|
||||
function debug(aStr) {
|
||||
DEBUG && dump("AlarmService: " + aStr + "\n");
|
||||
|
Loading…
Reference in New Issue
Block a user