Unverified Commit a88ea166 authored by Steven Allen's avatar Steven Allen Committed by GitHub
Browse files

Merge pull request #430 from Ice-Storm/patch-1

Delete extra comments
parents 29049964 38abbc91
......@@ -113,7 +113,6 @@ func testKnowsAddrs(t *testing.T, h host.Host, p peer.ID, expected []ma.Multiadd
for _, addr := range expected {
if _, found := have[addr.String()]; !found {
t.Errorf("%s did not have addr for %s: %s", h.ID(), p, addr)
// panic("ahhhhhhh")
}
}
}
......
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