mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
fix: remove debug print on query cache invalidation
The message does not even provide any context where it's coming from and what it is exactly doing and has to be acknowledged when printed in conjunction with the "wrote xxx bytes message"
This commit is contained in:
parent
9fe8c12b25
commit
db0ccfe9ab
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ end
|
|||
--- This function is meant for an autocommand and not to be used. Only use if file is a query file.
|
||||
function M.reload_file_cache_on_write(fname)
|
||||
local fnamemodify = vim.fn.fnamemodify
|
||||
print('reloading cache')
|
||||
M.reload_file_cache(fnamemodify(fname, ':p:h:t'), fnamemodify(fname, ':t:r'))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue