Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
elimelt committed Jul 23, 2024
1 parent 672e4ab commit a79b3d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import './index.css'

console.log('Hello, world!')
console.log(process.env.PUBLIC_URL)

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<App />
Expand Down

0 comments on commit a79b3d5

Please sign in to comment.