Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
  • Loading branch information
notbdu and qdm12 authored Mar 17, 2022
1 parent f9ac41a commit 115f2eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/trie/node/encode_decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func Test_Branch_Encode_Decode(t *testing.T) {
resultBranch, err := decodeBranch(buffer, header)
require.NoError(t, err)

log.Println(resultBranch)
assert.Equal(t, testCase.branchDecoded, resultBranch)
})
}
Expand Down

0 comments on commit 115f2eb

Please sign in to comment.