Skip to content

Commit

Permalink
fix: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Dec 26, 2023
1 parent 3128ef7 commit c1b78a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nature/opts/crimmas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1b78a8

Please sign in to comment.