Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph committed Aug 8, 2024
1 parent a879d67 commit 0d4cf5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scan-qr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default function Logout() {
},
});
} else if (resourceInfo.uri && resourceInfo.contentType) {
console.log(JSON.stringify(resourceInfo));
navigate({
pathname: "/home/download",
params: {
Expand Down

0 comments on commit 0d4cf5e

Please sign in to comment.