Remove print

This commit is contained in:
Miek Gieben 2012-01-15 16:02:10 +01:00
parent 5c74f7285f
commit 3069fd41a2
1 changed files with 0 additions and 1 deletions

View File

@ -314,7 +314,6 @@ func (w *response) Write(data []byte) (n int, err error) {
case w.conn._UDP != nil:
n, err = w.conn._UDP.WriteTo(data, w.conn.remoteAddr)
if err != nil {
println(err.Error())
return 0, err
}
case w.conn._TCP != nil: