chore: remove debigger

This commit is contained in:
bartosz-lipinski 2021-01-06 21:28:17 -06:00
parent 390dea08a7
commit dff25c7ef8
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ export const CollateralSelector = (props: {
const market = cache.get(props.reserve?.lendingMarket) as ParsedAccount<
LendingMarket
>;
debugger;
if (!market) return null;
const quoteMintAddress = market?.info?.quoteMint?.toBase58();

View File

@ -286,7 +286,6 @@ export async function calculateDependentAmount(
const constantPrice = pool.raw?.data?.curve?.constantPrice;
if (constantPrice) {
debugger;
depAdjustedAmount = (amount * depPrecision) / constantPrice.token_b_price;
} else {
switch (+op) {