Skip to content

Commit 96ce64f

Browse files
committed
cleanup of console log
1 parent 54a3bce commit 96ce64f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const routeName = rootElement?.getAttribute('data-route');
1212
if (!rootElement?.innerHTML) {
1313
const root = ReactDOM.createRoot(rootElement);
1414

15-
console.log(routeName);
16-
1715
const dynamicRoutes = () => {
1816
switch (routeName) {
1917
case 'bias-detection':

0 commit comments

Comments
 (0)