Skip to content

Commit

Permalink
removed debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
unmarshall committed Feb 20, 2024
1 parent a73d422 commit dedd8e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/azure/instrument/instrument.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package instrument

import (
"errors"
"fmt"
"strconv"
"time"

Expand Down Expand Up @@ -52,7 +51,6 @@ func RecordAzAPIMetric(err error, azServiceName string, invocationTime time.Time

// compute the time taken to complete the AZ service call and record it as a metric
elapsed := time.Since(invocationTime)
fmt.Printf("Elapsed time: %v\n", elapsed)
metrics.APIRequestDuration.WithLabelValues(
prometheusProviderLabelValue,
azServiceName,
Expand Down

0 comments on commit dedd8e0

Please sign in to comment.