about summary refs log tree commit diff stats
path: root/import
diff options
context:
space:
mode:
Diffstat (limited to 'import')
-rw-r--r--import/main.go1
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)
 	}
 }