Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
gkasdorf committed Jul 22, 2023
1 parent d596b07 commit c419982
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/common/SwipeableRow/ReplyOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ export function ReplyOption({
]
);

console.log(backgroundColor);

const width = screenWidth - translateX.value;
const transform = [{ translateX: translateX.value }];

Expand Down

0 comments on commit c419982

Please sign in to comment.