Skip to content

Commit 98f9a23

Browse files
committed
autogen README
1 parent 68b30a6 commit 98f9a23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,6 @@ func (mw *StatsdMiddleware) MiddlewareFunc(handler rest.HandlerFunc) rest.Handle
11801180

11811181
statusCode := request.Env["STATUS_CODE"].(int)
11821182
statsd.Counter(1.0, keyBase+"status_code."+strconv.Itoa(statusCode), 1)
1183-
log.Print(keyBase + "status_code." + strconv.Itoa(statusCode))
11841183

11851184
elapsedTime := request.Env["ELAPSED_TIME"].(*time.Duration)
11861185
statsd.Timing(1.0, keyBase+"elapsed_time", *elapsedTime)

0 commit comments

Comments
 (0)