Remove unnessesary logging
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user