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 { ...@@ -119,7 +119,6 @@ func AddCatBytes(data []byte, conf Config) error {
if i == j { if i == j {
continue continue
} }
fmt.Println(i, " and ", j)
if _, err := mn.LinkPeers(i, j); err != nil { if _, err := mn.LinkPeers(i, j); err != nil {
return err 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