summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/command/command.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/command/command.go b/internal/command/command.go
index c69219b..7e0617e 100644
--- a/internal/command/command.go
+++ b/internal/command/command.go
@@ -54,7 +54,6 @@ func ContextWithCorrelationID() (context.Context, func()) {
if err != nil {
log.WithError(err).Warn("unable to generate correlation ID")
} else {
- log.Info("generated random correlation ID")
ctx = correlation.ContextWithCorrelation(ctx, correlationID)
}
}