Skip to content

Commit

Permalink
[ts sdk] removing comment (MystenLabs#9494)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
healthydeve authored Mar 17, 2023
1 parent 8b64e6c commit c8739ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/typescript/test/e2e/dynamic-fields.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('Dynamic Fields Reading API', () => {
filter: { StructType: `${packageId}::dynamic_fields_test::Test` },
})
.then(function (objects) {
console.log(objects);
const data = objects.data[0].details as SuiObjectData;
parentObjectId = data.objectId;
});
Expand Down

0 comments on commit c8739ab

Please sign in to comment.