about summary refs log tree commit diff stats
path: root/internal/importer/importer.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/importer/importer.go')
-rw-r--r--internal/importer/importer.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/importer/importer.go b/internal/importer/importer.go
index 57118c8..53a87c9 100644
--- a/internal/importer/importer.go
+++ b/internal/importer/importer.go
@@ -58,9 +58,7 @@ func process(
 		}
 	}()
 
-	logger.Debug("object processing", "state", "waiting")
 	wg.Wait()
-	logger.Debug("object processing", "state", "complete")
 
 	return hadErrors
 }