diff options
| author | HumanEntity <human_entity@icloud.com> | 2023-12-25 13:15:25 +0100 |
|---|---|---|
| committer | HumanEntity <human_entity@icloud.com> | 2023-12-25 13:15:25 +0100 |
| commit | d622dfc65774320032f2a9f8bb3a0e74b90d0b3b (patch) | |
| tree | 5467d2ae402ff7f7d8740e31e972bc4f9704248b /lua | |
| parent | 892cf78af8d9cf6561fc19c2224ceb6c4e1f1dbb (diff) | |
| download | simple-denote.nvim-d622dfc65774320032f2a9f8bb3a0e74b90d0b3b.tar.gz | |
Removed debug logs
Diffstat (limited to 'lua')
| -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 |
