From 468f2cb28b78c44ff7b964b6d487cc6e77a3a8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Wed, 9 Jun 2021 19:49:34 +0100 Subject: [PATCH] fix: remove extra log --- new-lamassu-admin/src/routing/routes.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/new-lamassu-admin/src/routing/routes.js b/new-lamassu-admin/src/routing/routes.js index 77f8e6b1..18876686 100644 --- a/new-lamassu-admin/src/routing/routes.js +++ b/new-lamassu-admin/src/routing/routes.js @@ -16,7 +16,6 @@ import Login from 'src/pages/Authentication/Login' import Register from 'src/pages/Authentication/Register' import Reset2FA from 'src/pages/Authentication/Reset2FA' import ResetPassword from 'src/pages/Authentication/ResetPassword' -// import ConfigMigration from 'src/pages/ConfigMigration' import Dashboard from 'src/pages/Dashboard' import Machines from 'src/pages/Machines' import Wizard from 'src/pages/Wizard' @@ -49,8 +48,6 @@ const getTree = () => { const tree = getTree() -console.log('tree', tree) - const map = R.map(R.when(R.has('children'), R.prop('children'))) const mappedRoutes = R.compose(R.flatten, map)(tree) const parentRoutes = R.filter(R.has('children'))(mappedRoutes).concat(