From 737113ca1f4bc8ca30b61d9f7ab674e814375c35 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 20 Apr 2024 16:13:31 +0200 Subject: ref: Remove debugging logs --- cmd/importer/importer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/importer') diff --git a/cmd/importer/importer.go b/cmd/importer/importer.go index 18a7a7b..47b046e 100644 --- a/cmd/importer/importer.go +++ b/cmd/importer/importer.go @@ -88,7 +88,7 @@ func Import(ctx context.Context, txtInput, sqliteOutput string) error { } } - fmt.Printf("Consolidating") + fmt.Printf("\nConsolidating...") err = db.Consolidade(ctx) if err != nil { return err -- cgit v1.2.3