Skip to content

Commit

Permalink
clean log
Browse files Browse the repository at this point in the history
  • Loading branch information
imduchuyyy committed Sep 22, 2022
1 parent 3d8fe90 commit 48fcccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/helpers/idl_coder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export class IdlCoder {
): Layout {
const fieldName =
field.name !== undefined ? camelCase(field.name) : undefined;
console.log(field)
switch (field.type) {
case "bool": {
return borsh.bool(fieldName);
Expand Down

0 comments on commit 48fcccb

Please sign in to comment.