remove todo

This commit is contained in:
Xiang Li 2013-09-07 09:14:27 -04:00
parent f50cf0497d
commit 08057fa642

View File

@ -26,7 +26,6 @@ func New() *FileSystem {
}
func (fs *FileSystem) Get(nodePath string, recusive bool, index uint64, term uint64) (*Event, error) {
// TODO: add recursive get
n, err := fs.InternalGet(nodePath, index, term)
if err != nil {