Skip to content

Commit

Permalink
rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Aug 29, 2024
1 parent 0235d21 commit 580f8be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/__swaps__/screens/Swap/components/SwapActionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ function SwapButton({
return rightIcon;
});

console.log('testID', testID, 'aa');

return (
<Animated.View style={buttonWrapperStyles}>
<Box
Expand Down
1 change: 0 additions & 1 deletion src/__swaps__/utils/decimalFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export function valueBasedDecimalFormatter({
// Default to normal rounding if no rounding mode is specified
roundedAmount = divWorklet(roundWorklet(mulWorklet(amount, factor)), factor);
}
console.log('maximumDecimalPlaces', maximumDecimalPlaces);
// Format the number to add separators and trim trailing zeros
const numberFormatter = new Intl.NumberFormat('en-US', {
minimumFractionDigits: minimumDecimalPlaces,
Expand Down

0 comments on commit 580f8be

Please sign in to comment.