log lint (#74)

This commit is contained in:
Michael Quigley 2022-10-10 17:12:53 -04:00
parent ce941012b8
commit f17a1f1446
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -92,6 +92,5 @@ func metricsDial(_ context.Context, network string, addr string) (net.Conn, erro
if err != nil {
return conn, err
}
logrus.Infof("returned wrapped metricsConn")
return newMetricsConn("self", conn), nil
}