Remove unnessesary logging

This commit is contained in:
FlorianSpeicher
2025-06-14 21:44:53 +02:00
parent 2eb40be5c2
commit c1da43c533

View File

@@ -4,8 +4,6 @@ import { createRoot } from 'react-dom/client';
import './index.css';
import App from './App.tsx';
console.log("main.tsx loaded");
const rootElement = document.getElementById('root');
if (!rootElement) throw new Error("Root element not found");