Skip to content

Commit ee7ed1c

Browse files
committed
console logs removed
1 parent 4f4e149 commit ee7ed1c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/components/GraphNavBar/GraphNavBar.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const GraphNavBar = (props) => {
1717
const navigate = useNavigate();
1818

1919
const routing = (route: string) => {
20-
console.log({servicesData})
2120
if (location.href.includes('communications')) {
2221
if (prevRoute === '') navigate(`${servicesData[0].microservice}`);
2322
else navigate(prevRoute);
@@ -50,8 +49,6 @@ const GraphNavBar = (props) => {
5049
);
5150
});
5251
}
53-
// console.log(selectedMetrics)
54-
// console.log(buttonList)
5552
return buttonList;
5653
};
5754

0 commit comments

Comments
 (0)