Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino committed Mar 11, 2024
1 parent 6a35294 commit c602cad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/relayer/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ func splitByteArray(data []byte, chunkSize int) [][]byte {
}

chunks = append(chunks, data[i:end])

slog.Info(common.Bytes2Hex(data[i:end]))
}

return chunks
Expand Down

0 comments on commit c602cad

Please sign in to comment.