Skip to content

Commit 85eb734

Browse files
committed
removes sethandlerinfo warning
1 parent d756437 commit 85eb734

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/responsewriter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func (rw *ResponseWriter) setHandlerInfo() {
5151
for i < max {
5252
pc, file, _, ok = runtime.Caller(i)
5353
if !ok {
54-
log.Println("test2doc: setHandlerInfo: !ok")
5554
return
5655
}
5756

0 commit comments

Comments
 (0)