From 58cb182606613493123d604baa9794edfd048df0 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 Feb 2017 21:09:51 +0200 Subject: [PATCH] ga output --- app/library/App/Controllers/GaController.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 22e39f4..28076c6 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -41,7 +41,6 @@ class GaController extends CrudResourceController { $projects = Project::find(['user_id' => $user_id]); foreach ($projects as $project) { $view_id = (string)$project->ga_view_id; - die($view_id); $result[] = $this->sendGaRequest($project->name, $view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date, $chart); } } -- libgit2 0.21.4