commented and removed some dead code and comments

This commit is contained in:
anovazzi1 2023-02-19 22:36:02 -03:00
commit 444d3b2107
3 changed files with 4 additions and 9 deletions

View file

@ -86,10 +86,10 @@ export default function App() {
const userNavigation = [
{ name: "Your Projects", href: "/" },
{
name: "Account settings",
href: "http://localhost:4455/.ory/kratos/public/self-service/settings/browser",
},
// {
// name: "Account settings",
// href: "http://localhost:4455/.ory/kratos/public/self-service/settings/browser",
// },
{ name: "Sign out", href: "/" },
];

View file

@ -15,8 +15,4 @@ root.render(
</BrowserRouter>
</ContextWrapper>
);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();

View file

@ -24,7 +24,6 @@ const ConnectionLineComponent = ({
fromNode={},
connectionLineStyle = {} // provide a default value for connectionLineStyle
}) => {
// console.log(fromNode)
return (
<g>
<path