diff options
Diffstat (limited to 'lua/denote')
| -rw-r--r-- | lua/denote/api.lua | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
