diff --git a/space_flow/src/App.tsx b/space_flow/src/App.tsx index 7426d5dd9..9b1a39a0d 100644 --- a/space_flow/src/App.tsx +++ b/space_flow/src/App.tsx @@ -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: "/" }, ]; diff --git a/space_flow/src/index.tsx b/space_flow/src/index.tsx index 2272eb5ec..72d98cad6 100644 --- a/space_flow/src/index.tsx +++ b/space_flow/src/index.tsx @@ -15,8 +15,4 @@ root.render( ); - -// 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(); diff --git a/space_flow/src/pages/FlowPage/components/connection/index.tsx b/space_flow/src/pages/FlowPage/components/connection/index.tsx index 1ad344e54..7d5b15703 100644 --- a/space_flow/src/pages/FlowPage/components/connection/index.tsx +++ b/space_flow/src/pages/FlowPage/components/connection/index.tsx @@ -24,7 +24,6 @@ const ConnectionLineComponent = ({ fromNode={}, connectionLineStyle = {} // provide a default value for connectionLineStyle }) => { -// console.log(fromNode) return (