We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3776b7 commit 99a8852Copy full SHA for 99a8852
op-alt-da/commitment_test.go
@@ -60,7 +60,6 @@ func TestCommitmentData(t *testing.T) {
60
61
for _, tc := range testCases {
62
t.Run(tc.name, func(t *testing.T) {
63
- t.Log(tc.commData)
64
comm, err := DecodeCommitmentData(tc.commData)
65
require.ErrorIs(t, err, tc.expectedErr)
66
if err == nil {
0 commit comments