remove logs

This commit is contained in:
2024-11-11 19:04:09 +02:00
parent 893eafbdeb
commit a79eef6154
11 changed files with 0 additions and 14 deletions

View File

@@ -4,7 +4,6 @@ import './styles.css';
import { executeEvent } from '../../utils/events';
const extractComponents = (url) => {
console.log('url', url);
if (!url.startsWith("qortal://")) {
return null;
}