Browse Source

remove todo

Xiang Li 12 years ago
parent
commit
08057fa642
1 changed files with 0 additions and 1 deletions
  1. 0 1
      file_system/file_system.go

+ 0 - 1
file_system/file_system.go

@@ -26,7 +26,6 @@ func New() *FileSystem {
 }
 }
 
 
 func (fs *FileSystem) Get(nodePath string, recusive bool, index uint64, term uint64) (*Event, error) {
 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)
 	n, err := fs.InternalGet(nodePath, index, term)
 
 
 	if err != nil {
 	if err != nil {