From d622dfc65774320032f2a9f8bb3a0e74b90d0b3b Mon Sep 17 00:00:00 2001 From: HumanEntity Date: Mon, 25 Dec 2023 13:15:25 +0100 Subject: Removed debug logs --- lua/denote/api.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lua') diff --git a/lua/denote/api.lua b/lua/denote/api.lua index fd83f5b..d794fa7 100644 --- a/lua/denote/api.lua +++ b/lua/denote/api.lua @@ -49,10 +49,6 @@ function M.search() if input then vim.cmd("e " .. config.vault.dir .. "/" .. input) end - if date then - print(date.year, " ", date.month, " ", date.day) - print("FSD") - end end) -- print(date) -- if date then -- cgit v1.2.3