Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez committed Dec 7, 2020
1 parent 7fc9c25 commit f8cda94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/model/account/AccountInfo.ts
Expand Up @@ -130,7 +130,7 @@ export class AccountInfo {
this.activityBucket.slice(0, 5).map((b) => AccountInfo.toHeightActivityBucketsBuilder(b)),
);
const format = this.isHighValue() ? AccountStateFormatDto.HIGH_VALUE : AccountStateFormatDto.REGULAR;
const serializedState = new AccountStateBuilder(
return new AccountStateBuilder(
this.version,
address,
addressHeight,
Expand All @@ -147,8 +147,6 @@ export class AccountInfo {
activityBuckets,
balances,
).serialize();
console.log(Convert.uint8ToHex(serializedState));
return serializedState;
}

private isHighValue(): boolean {
Expand Down

0 comments on commit f8cda94

Please sign in to comment.