From d3a79ef1519b5bc7ddde43cf9babce02377c36a4 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Wed, 5 Nov 2014 08:43:03 -0800 Subject: [PATCH] fix(bitswap_test) race cond https://github.com/jbenet/go-ipfs/issues/270#issuecomment-61826022 --- bitswap_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/bitswap_test.go b/bitswap_test.go index f34ea3c8..4a01444e 100644 --- a/bitswap_test.go +++ b/bitswap_test.go @@ -149,8 +149,6 @@ func getOrFail(bitswap instance, b *blocks.Block, t *testing.T, wg *sync.WaitGro // TODO simplify this test. get to the _essence_! func TestSendToWantingPeer(t *testing.T) { - util.Debug = true - net := tn.VirtualNetwork() rs := mock.VirtualRoutingServer() sg := NewSessionGenerator(net, rs)