Skip to content

Commit

Permalink
fix(core): remove useless log
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Oct 23, 2018
1 parent 92ad4d0 commit 9060147
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/network/netutil/iogrpc.go
@@ -1,7 +1,6 @@
package netutil

import (
"fmt"
"io"
"net"
"time"
Expand Down Expand Up @@ -121,7 +120,6 @@ func (ic *ioConn) LocalAddr() net.Addr {

// RemoteAddr returns the remote network address.
func (ic *ioConn) RemoteAddr() net.Addr {
fmt.Printf("IOADDR %+v\n", ioaddr)
return ioaddr
}

Expand Down

0 comments on commit 9060147

Please sign in to comment.