aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/index.tsx')
-rw-r--r--FrontEnd/src/index.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/FrontEnd/src/index.tsx b/FrontEnd/src/index.tsx
index e2132de0..833e2ab8 100644
--- a/FrontEnd/src/index.tsx
+++ b/FrontEnd/src/index.tsx
@@ -14,8 +14,4 @@ import "./service-worker";
import App from "./App";
-import { userService } from "./services/user";
-
-void userService.checkLoginState();
-
ReactDOM.render(<App />, document.getElementById("app"));