Commit 58cb182606613493123d604baa9794edfd048df0
1 parent
d1032ef0
ga output
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
| ... | ... | @@ -41,7 +41,6 @@ class GaController extends CrudResourceController { |
| 41 | 41 | $projects = Project::find(['user_id' => $user_id]); |
| 42 | 42 | foreach ($projects as $project) { |
| 43 | 43 | $view_id = (string)$project->ga_view_id; |
| 44 | - die($view_id); | |
| 45 | 44 | $result[] = $this->sendGaRequest($project->name, $view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date, $chart); |
| 46 | 45 | } |
| 47 | 46 | } | ... | ... |