mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
internal/abi/manager_test.go: remove call to fmt.Println()
This commit is contained in:
parent
22896f8859
commit
ad90966e24
1 changed files with 0 additions and 2 deletions
|
|
@ -166,7 +166,5 @@ func TestManager_GetAbiFromAPI(t *testing.T) {
|
|||
c_abi, err := mgr.GetAbi(chain.N("testaccount"))
|
||||
assert.NoError(t, err)
|
||||
|
||||
fmt.Println(c_abi)
|
||||
|
||||
assert_abi(t, c_abi)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue