remove log

This commit is contained in:
PhilReact 2024-12-05 14:15:00 +02:00 committed by Nicola Benaglia
parent 47b3e9921f
commit ab167de25c

View File

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