Skip to content

Commit

Permalink
Cleaning up not bug related diffs from Link unit tests ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Apr 4, 2024
1 parent 10f6a2b commit 6949254
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 382 deletions.
381 changes: 0 additions & 381 deletions packages/components/src/components/Link/Link.test.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/components/src/utils/OSfunctions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export function useExternalLink(): (
text?: leaveAppPromptText,
) => {
if (analytics?.onPress) analytics.onPress()
console.log('useExternalLink: ', url, analytics, text)

const onCancelPress = () => {
if (analytics?.onCancel) analytics.onCancel()
Expand Down

0 comments on commit 6949254

Please sign in to comment.