Skip to content

Commit a917174

Browse files
committed
fix: remove extra messge on rename, fixes #350
1 parent 73c6510 commit a917174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/neo-tree/sources/filesystem/lib/fs_actions.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ M.rename_node = function(path, callback)
445445
log.warn("Could not rename the files")
446446
return
447447
else
448-
log.info("Renamed " .. name .. " successfully")
449448
complete()
450449
end
451450
end)

0 commit comments

Comments
 (0)