Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Burgin committed Sep 14, 2021
1 parent 2f3f316 commit fbd7ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/background_nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ local opts = {

function M.check_which_theme()
local hour = os.date("*t").hour
print(os.date("*t").sec)
if (hour > opts.hour) then
vim.opt.background = 'dark'
else
Expand Down

0 comments on commit fbd7ead

Please sign in to comment.