From 6f285d30c57dfd6c29c48d8d5976515d0125e16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Wed, 22 Sep 2021 21:40:12 +0100 Subject: [PATCH] chore: remove logs --- new-lamassu-admin/src/App.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/new-lamassu-admin/src/App.js b/new-lamassu-admin/src/App.js index 1c0eedae..565d8b47 100644 --- a/new-lamassu-admin/src/App.js +++ b/new-lamassu-admin/src/App.js @@ -154,8 +154,6 @@ const App = () => { const [userData, setUserData] = useState(null) const setRole = role => { - console.log('role', role) - console.log('userData', userData) if (userData && role && userData.role !== role) { setUserData({ ...userData, role }) }