File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments