good morning!!!!

Skip to content
Snippets Groups Projects
Commit a88456c2 authored by Trevor Judice's avatar Trevor Judice
Browse files

remove log

parent e5bccaa5
No related branches found
No related tags found
No related merge requests found
package metrics
import (
"log"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
)
......@@ -44,8 +42,6 @@ func RecordAcceptConnectionStatus(err error) {
if err != nil {
g.ConnectionErrorCounter.WithLabelValues(err.Error()).Inc()
}
log.Println("TEST")
g.ConnectionCounter.Inc()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment