Skip to content

Commit

Permalink
remove console logs'
Browse files Browse the repository at this point in the history
  • Loading branch information
dsudit01 committed Oct 13, 2023
1 parent a934528 commit 76edf0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/lp/components/cantoDexLPModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ const AddLiquidityModal = ({
amount: value,
});
}
console.log(optimalAmount)
if (optimalAmount.error) {
token1 ? setValueToken2("") : setValueToken1("");
return;
Expand Down
2 changes: 1 addition & 1 deletion hooks/pairs/ambient/useAmbientPairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function useAmbientPairs(
},
{
onSuccess: (response) => {
console.log(response);
// console.log(response);
},
onError: (error) => {
console.log(error);
Expand Down

0 comments on commit 76edf0f

Please sign in to comment.