Commit 075841c1 authored by Brian Tiger Chow's avatar Brian Tiger Chow

rm print

parent d619e4ad
......@@ -119,7 +119,6 @@ func AddCatBytes(data []byte, conf Config) error {
if i == j {
continue
}
fmt.Println(i, " and ", j)
if _, err := mn.LinkPeers(i, j); err != nil {
return err
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment