Don't output a message on opening a file node

This commit is contained in:
Andrew Radev 2012-02-14 12:38:52 +02:00
parent ff0816979c
commit 71465f79b1

View File

@ -1229,7 +1229,6 @@ endfunction
"FUNCTION: TreeFileNode.open() {{{3
function! s:TreeFileNode.open(...)
echomsg self.path.str()
let opts = a:0 ? a:1 : {}
let opener = s:Opener.New(self.path, opts)
call opener.open(self)