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

Delete extra comments
This commit is contained in:
Steven Allen 2018-09-21 15:31:42 +00:00 committed by GitHub
commit a88ea16620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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")
}
}
}