Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk8erboi84 committed Mar 30, 2024
1 parent 7fbd42b commit 854fac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
12 changes: 0 additions & 12 deletions src/market/market_utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2882,18 +2882,6 @@ fn get_expected_min_token_balance(
.get_u256(keys::claimable_ui_fee_amount_key(market.market_token, token));
let affiliate_reward_amount: u256 = data_store
.get_u256(keys::affiliate_reward_key(market.market_token, token));
'pool_amount'.print();
pool_amount.print();
'swap_impact_pool_amount'.print();
swap_impact_pool_amount.print();
'claimable_collateral_amount'.print();
claimable_collateral_amount.print();
'claimable_fee_amount'.print();
claimable_fee_amount.print();
'claimable_ui_fee_amount'.print();
claimable_ui_fee_amount.print();
'affiliate_reward_amount'.print();
affiliate_reward_amount.print();
// funding fees are excluded from this summation as claimable funding fees
// are incremented without a corresponding decrease of the collateral of
// other positions, the collateral of other positions is decreased when
Expand Down
10 changes: 5 additions & 5 deletions tests/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
// mod test_create_and_execute_swap;

mod integration {
// mod test_deposit_withdrawal;
// mod test_long_integration;
// mod test_short_integration;
// mod test_swap_integration;
mod swap_test;
mod test_deposit_withdrawal;
mod test_long_integration;
mod test_short_integration;
mod test_swap_integration;
mod swap_test;
}

0 comments on commit 854fac2

Please sign in to comment.