Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Philreact committed Dec 5, 2024
1 parent 8418c34 commit dd589d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Apps/AppsHomeDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export const AppsHomeDesktop = ({
}}
onKeyDown={(e) => {
if (e.key === 'Enter' && qortalUrl) {
console.log('hello')
openQortalUrl();
}
}}
Expand Down

0 comments on commit dd589d7

Please sign in to comment.