diff --git a/frontend/src/layout/navigation/TopBar/topBarLogic.ts b/frontend/src/layout/navigation/TopBar/topBarLogic.ts deleted file mode 100644 index a1c2f8ce00a70..0000000000000 --- a/frontend/src/layout/navigation/TopBar/topBarLogic.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { actions, kea, path, reducers } from 'kea' - -import type { topBarLogicType } from './topBarLogicType' - -export const topBarLogic = kea([ - path(['layout', 'navigation', 'TopBar', 'topBarLogic']), - actions({ - toggleProjectSwitcher: true, - hideProjectSwitcher: true, - }), - reducers({ - isProjectSwitcherShown: [ - false, - { - toggleProjectSwitcher: (state) => !state, - hideProjectSwitcher: () => false, - }, - ], - }), -]) diff --git a/python-xmlsec b/python-xmlsec deleted file mode 160000 index 156394743a0c7..0000000000000 --- a/python-xmlsec +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 156394743a0c712e6638fe6e7e300c2f24b4fb12