Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves committed Apr 1, 2024
1 parent 5ab7130 commit e21bb29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/activity/ActivityRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export const ActivityBasicRow = ({

const handlePress = useCallback(() => {
if (txSummary) {
console.log('txSummary.transaction.status', txSummary.transaction.status)
navigation.navigate(rootTabsRouteNames.TransactionSummary, {
...txSummary,
backScreen,
Expand Down

0 comments on commit e21bb29

Please sign in to comment.