From c1b78a8ea78e54003bacae82432f6520237bae70 Mon Sep 17 00:00:00 2001 From: sammyette Date: Tue, 26 Dec 2023 10:13:35 -0400 Subject: [PATCH] fix: remove debug print --- nature/opts/crimmas.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nature/opts/crimmas.lua b/nature/opts/crimmas.lua index 1525a93..e187113 100644 --- a/nature/opts/crimmas.lua +++ b/nature/opts/crimmas.lua @@ -4,7 +4,6 @@ bait.catch('hilbish.init', function() if os.date '%m' == '12' and hilbish.interactive and hilbish.opts.crimmas then local crimmas = math.random(1, 31) - print(crimmas) if crimmas >= 25 and crimmas <= 29 then print(lunacolors.format '🎄 {green}Merry {red}Christmas{reset} from your {green}favourite{reset} shell {red}(right?){reset} 🌺') end