Indexation won't start the server anymore

Change-Id: I65b87e62d6afc5444cb54bc7a89000e517b908c8
diff --git a/service.go b/service.go
index 79fa30f..3d2ecdc 100644
--- a/service.go
+++ b/service.go
@@ -229,6 +229,8 @@
 		if err != nil {
 			log.Fatal("Unable to commit")
 		}
+		log.Println("indexation successfull")
+		return
 	}
 
 	r := setupRouter()