From 08057fa6421374a31e2d8343cdc7ccfdcf5c1a87 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Sat, 7 Sep 2013 09:14:27 -0400 Subject: [PATCH] remove todo --- file_system/file_system.go | 1 - 1 file changed, 1 deletion(-) diff --git a/file_system/file_system.go b/file_system/file_system.go index 8edf0a068..154f2d464 100644 --- a/file_system/file_system.go +++ b/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) { - // TODO: add recursive get n, err := fs.InternalGet(nodePath, index, term) if err != nil {