Skip to content

Commit

Permalink
🙈 remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKrisKrisu committed Jan 8, 2025
1 parent 9f07bba commit 78be0ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Http/Controllers/FrontendStatusController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', [
Expand Down

0 comments on commit 78be0ff

Please sign in to comment.