Skip to content

Commit e669195

Browse files
committed
Remove prints
1 parent e0bdd74 commit e669195

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

topology/topology.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ func (t *TopologyProvider) NetworkTopology(hash string) (*NetworkTopology, error
8888
return nil, err
8989
}
9090

91-
fmt.Println(string(body))
92-
9391
response := strings.TrimSuffix(string(body), "\n")
9492
ct, err := hex.DecodeString(response)
9593
if err != nil {
@@ -109,8 +107,6 @@ func (t *TopologyProvider) NetworkTopology(hash string) (*NetworkTopology, error
109107
return nil, err
110108
}
111109

112-
fmt.Println(string(unecryptedBody))
113-
114110
return ProcessRawTopology(rawTopology)
115111
}
116112

0 commit comments

Comments
 (0)