Skip to content

Commit b75ec4d

Browse files
committed
fix: remove unneeded print
1 parent 5c37a31 commit b75ec4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/nvim-tree/explorer/watch.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ local function is_folder_ignored(path)
4343
end
4444

4545
if type(M.config.filesystem_watchers.ignore_dirs) == "table" then
46-
print(vim.inspect(M.config.filesystem_watchers.ignore_dirs))
4746
for _, ignore_dir in ipairs(M.config.filesystem_watchers.ignore_dirs) do
4847
if utils.is_windows or true then
4948
ignore_dir = ignore_dir:gsub("/", "\\\\") or ignore_dir

0 commit comments

Comments
 (0)