diff --git a/locale/en/events.js b/locale/en/events.js index 05757708..d2172a55 100644 --- a/locale/en/events.js +++ b/locale/en/events.js @@ -73,16 +73,6 @@ module.exports = [ } }, EventLevel.MajorDay), - new Event('Purple Friday (UK)', null, 2, function* (monthDays) { - let lastFriday = null; - for (let d of monthDays) { - if (d.dayOfWeek === 5) { - lastFriday = d; - } - } - yield lastFriday; - }, EventLevel.MajorDay), - new Event('Purple Friday (UK)', null, 2, function* (monthDays) { let lastFriday = null; for (let d of monthDays) {