Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Dec 16, 2024
1 parent 5020a8a commit f86ec06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/abi/src/coder/utils/createFunctionSignature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ const createSignatureContents = ({
.join(',')}>`
: '';

if (type.swayType === 'struct std::bytes::Bytes') {
console.log(type, swayTypeMatchers.bytes(type));
}
const componentsSignature = swayTypeMatchers.vector(type)
? `s${typeArgumentsSignature}${HEAP_TYPE_SIGNATURE}`
: components.map(createSignatureForType).join(',');
Expand Down

0 comments on commit f86ec06

Please sign in to comment.