refactor: reduce debug logging
1 file changed, 0 insertions(+), 2 deletions(-)
changed files
M internal/importer/importer.go → internal/importer/importer.go
@@ -58,9 +58,7 @@ } } }() - logger.Debug("object processing", "state", "waiting") wg.Wait() - logger.Debug("object processing", "state", "complete") return hadErrors }