From 78be0ff36fb4e5b806a2a9fb9dd42f7ea397f570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20St=C3=B6ckel?= Date: Wed, 8 Jan 2025 14:44:18 +0100 Subject: [PATCH] :see_no_evil: remove debug statement --- app/Http/Controllers/FrontendStatusController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Http/Controllers/FrontendStatusController.php b/app/Http/Controllers/FrontendStatusController.php index 485f6b9d8..1c3a8df29 100644 --- a/app/Http/Controllers/FrontendStatusController.php +++ b/app/Http/Controllers/FrontendStatusController.php @@ -20,9 +20,6 @@ class FrontendStatusController extends Controller { public function getDashboard(): Renderable|RedirectResponse { - - BahnWebApiController::searchStation('Karlsruhe Hbf'); - $statuses = DashboardController::getPrivateDashboard(auth()->user()); return view('dashboard', [