mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-06-07 10:01:41 -04:00
remove printing
This commit is contained in:
@ -163,24 +163,6 @@ func Test10K(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
/*
|
||||
log.WithFields(logrus.Fields{
|
||||
"peer_size": routerInfo.peer_size,
|
||||
"addresses": routerInfo.addresses,
|
||||
"published": routerInfo.published,
|
||||
"router_identity": routerInfo.router_identity,
|
||||
"options": routerInfo.options,
|
||||
"signature": routerInfo.signature,
|
||||
"size": routerInfo.size,
|
||||
}).Debug("routerInfo") // For some reason, this freezes when attempting to print
|
||||
*/
|
||||
fmt.Printf("peer_size: %v\n", routerInfo.peer_size)
|
||||
fmt.Printf("addresses: %v\n", routerInfo.addresses)
|
||||
fmt.Printf("published: %v\n", routerInfo.published)
|
||||
fmt.Printf("router_identity: %v\n", routerInfo.router_identity)
|
||||
fmt.Printf("options: %v\n", routerInfo.options)
|
||||
fmt.Printf("signature: %v\n", routerInfo.signature)
|
||||
fmt.Printf("size: %v\n", routerInfo.size)
|
||||
// Write the router info to the target directory
|
||||
routerBytes, err := routerInfo.Bytes()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user