Remove line for debugging purposes

This commit is contained in:
Alan West 2021-03-11 17:00:12 -08:00
parent 3824354a6a
commit 2cc2f1a6c9
No known key found for this signature in database
GPG Key ID: 10C64B6E349D00BC

View File

@ -9,7 +9,6 @@ static class OpenTelemetryExtensions
{
public static void AddOpenTelemetry(ConnectionMultiplexer connectionMultiplexer)
{
if (connectionMultiplexer == null) throw new ArgumentException("!!!!conn is null!");
var exportType = Environment.GetEnvironmentVariable("OTEL_USE_EXPORTER")?.ToLower();
if (exportType == null)
{