diff options
Diffstat (limited to 'import/main.go')
-rw-r--r-- | import/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/import/main.go b/import/main.go index 0bff7ab..d9c3bf5 100644 --- a/import/main.go +++ b/import/main.go @@ -120,7 +120,6 @@ func main() { } if hadErrors { - os.RemoveAll(path.Join(cfg.DataPath, "index.bleve")) defer os.Exit(1) } } |