Remove printing the error

License: MIT
Signed-off-by: Kishan Mohanbhai Sagathiya <kishansagathiya@gmail.com>
This commit is contained in:
Kishan Mohanbhai Sagathiya 2019-05-28 14:08:22 +05:30
parent 96d230a195
commit 33602b9188

View File

@ -102,7 +102,6 @@ func testPin(t *testing.T, method string) {
if err == nil {
t.Error("expected error pinning cid")
}
fmt.Println("SlowCid1 " + err.Error())
}
if method == "pin" {