diff --git a/Code.js b/Code.js index 967264c..5db125b 100644 --- a/Code.js +++ b/Code.js @@ -227,7 +227,7 @@ function getEventColor(input) { // 4. Logs all changes (real or simulated) // ============================================== function ColorEvents() { - const isDevelopment = true; + const isDevelopment = false; const today = new Date(); const nextThreeMonths = new Date(); nextThreeMonths.setMonth(nextThreeMonths.getMonth() + 3);