From 63b269e7122339cad6d1e8083fd5bfb2665f1972 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Mon, 6 Feb 2023 20:02:02 +0800
Subject: [PATCH] Remove console.log

---
 src/app.jsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/app.jsx b/src/app.jsx
index f6fb6085..20e2237e 100644
--- a/src/app.jsx
+++ b/src/app.jsx
@@ -157,8 +157,6 @@ function App() {
     return !/^\/(login|welcome)/.test(pathname);
   }, [location]);
 
-  console.log('nonRootLocation', nonRootLocation, 'location', location);
-
   return (
     <>
       <Routes location={nonRootLocation || location}>