Skip to content

Commit 7bc76d4

Browse files
committed
remove debug print
1 parent 446bd7e commit 7bc76d4

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reserve-protocol/dtf-rebalance-lib",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Rebalancing library for DTFs in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

src/open-auction.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -564,14 +564,6 @@ export const getOpenAuction = (
564564
if (tokenSurplusValue.gte(ONE)) {
565565
surplusTokens.push(token);
566566
surplusTokenSizes.push(tokenSurplusValue.toNumber());
567-
568-
if (debug && newWeights[i].spot === 0n) {
569-
console.log(` EJECTING ${token}:`);
570-
console.log(` assets[${i}]: ${_assets[i].toString()}`);
571-
console.log(` sellDownTo: ${sellDownTo.toString()}`);
572-
console.log(` surplusAmount: ${surplusAmount.toString()}`);
573-
console.log(` surplusValue: ${tokenSurplusValue.toString()}`);
574-
}
575567
}
576568
}
577569
});

0 commit comments

Comments
 (0)