Skip to content

Commit 99a8852

Browse files
committed
Remove log
1 parent d3776b7 commit 99a8852

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

op-alt-da/commitment_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ func TestCommitmentData(t *testing.T) {
6060

6161
for _, tc := range testCases {
6262
t.Run(tc.name, func(t *testing.T) {
63-
t.Log(tc.commData)
6463
comm, err := DecodeCommitmentData(tc.commData)
6564
require.ErrorIs(t, err, tc.expectedErr)
6665
if err == nil {

0 commit comments

Comments
 (0)