remove console log

pull/237/head
Tim Pechersky 2021-09-06 16:30:10 +02:00
rodzic ac125184bc
commit 80b3f91ce2
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -115,12 +115,6 @@ const AppNavbar = () => {
</RouteButton>
))}
{USER_NAV_PATHES.map((item, idx) => {
console.log(
"item.path:",
item.path,
"pathname:",
router.nextRouter.pathname
);
return (
<RouteButton
key={`${idx}-${item.title}-navlink`}