Skip to content

Commit 78be0ff

Browse files
committed
🙈 remove debug statement
1 parent 9f07bba commit 78be0ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Http/Controllers/FrontendStatusController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
class FrontendStatusController extends Controller
2121
{
2222
public function getDashboard(): Renderable|RedirectResponse {
23-
24-
BahnWebApiController::searchStation('Karlsruhe Hbf');
25-
2623
$statuses = DashboardController::getPrivateDashboard(auth()->user());
2724

2825
return view('dashboard', [

0 commit comments

Comments
 (0)