Skip to content

Commit 97392db

Browse files
authored
remove useless log
1 parent 14d189e commit 97392db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

websocketproxy.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ func (w *WebsocketProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
174174
if err != nil {
175175
log.Printf("websocketproxy: error when copying from %s to %s using WriteMessage: %v", srcName, dstName, err)
176176
break
177-
} else {
178-
log.Printf("websocketproxy: copying from %s to %s completed without error.", srcName, dstName)
179177
}
180178
}
181179
errc <- err

0 commit comments

Comments
 (0)