From ea95a3fa0f7408e8d437d13755e63666f970319a Mon Sep 17 00:00:00 2001 From: Balint Gabor Date: Thu, 12 Apr 2018 21:00:18 +0200 Subject: [PATCH] swarm/api/http: Remove debug print --- swarm/api/http/server_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/api/http/server_test.go b/swarm/api/http/server_test.go index 01ed796f8b..74357d2c1e 100644 --- a/swarm/api/http/server_test.go +++ b/swarm/api/http/server_test.go @@ -257,7 +257,6 @@ func testBzzGetPath(encrypted bool, t *testing.T) { t.Fatal(err) } wait() - fmt.Println("!!!!!!!!!!", i, key[i]) } rootRef := key[2].Hex()