remove log

This commit is contained in:
PhilReact 2024-12-05 14:15:00 +02:00
parent 8418c34518
commit dd589d7a2e

View File

@ -101,7 +101,6 @@ export const AppsHomeDesktop = ({
}} }}
onKeyDown={(e) => { onKeyDown={(e) => {
if (e.key === 'Enter' && qortalUrl) { if (e.key === 'Enter' && qortalUrl) {
console.log('hello')
openQortalUrl(); openQortalUrl();
} }
}} }}