Skip to content

Commit

Permalink
fix: removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen-T committed Nov 30, 2023
1 parent df0e0ad commit d0dcb41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sanity/balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ describe('Balance Tests', () => {
ssvNetworkContract.connect(helpers.DB.owners[0]).liquidate(owner, operatorIds, cluster2.args.cluster),
);
const cluster3 = liquidated.eventsByName.ClusterLiquidated[0];
console.log(cluster3);

await expect(
ssvViews.getBalance(helpers.DB.owners[0].address, operatorIds, cluster3.args.cluster),
Expand Down

0 comments on commit d0dcb41

Please sign in to comment.