Searched refs:CALENDAR_DEBUG (Results 1 – 6 of 6) sorted by relevance
258 if (defined('CALENDAR_DEBUG') && CALENDAR_DEBUG) {
287 if (defined('CALENDAR_DEBUG') && CALENDAR_DEBUG) {
473 if (defined('CALENDAR_DEBUG') && CALENDAR_DEBUG) {
57 if (CALENDAR_DEBUG) {
8 var CALENDAR_DEBUG = false; variable12 if (CALENDAR_DEBUG && console && console.log) {
61 - Added `CALENDAR_DEBUG` flag for JavaScript console logging1342 - **Debug Logging:** All debug logging now conditional on `CALENDAR_DEBUG` constant (off by default)