From d96dbb012d8f1d3a325779fc7bed66549f38b234 Mon Sep 17 00:00:00 2001 From: Ganes556 Date: Tue, 4 Feb 2025 13:07:48 +0800 Subject: [PATCH] #1414 remove dd --- app/Actions/UI/Dashboards/ShowGroupDashboard.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Actions/UI/Dashboards/ShowGroupDashboard.php b/app/Actions/UI/Dashboards/ShowGroupDashboard.php index e84417627f..22f6413337 100644 --- a/app/Actions/UI/Dashboards/ShowGroupDashboard.php +++ b/app/Actions/UI/Dashboards/ShowGroupDashboard.php @@ -308,7 +308,6 @@ public function getDashboardInterval(Group $group, array $userSettings): array ] ); - dd($dashboard); return $dashboard; }