Remove a noise comment

This commit is contained in:
Jason Franklin 2018-01-06 09:28:15 -05:00
parent 8f052c5b47
commit 1d14961285

View File

@ -150,7 +150,6 @@ function! s:UI.getPath(ln)
let rootLine = self.getRootLineNum() let rootLine = self.getRootLineNum()
" check to see if we have the root node
if a:ln == rootLine if a:ln == rootLine
return self.nerdtree.root.path return self.nerdtree.root.path
endif endif