Skip to content

Commit

Permalink
remove dump in query #3624
Browse files Browse the repository at this point in the history
  • Loading branch information
numew committed Jan 28, 2025
1 parent bbccaf0 commit 0cdc19d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Repository/SuiviRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public function getAverageSuivi(array $territories): float
'.$whereTerritory.'
GROUP BY su.signalement_id
) as countQuery';

dump($sql);
$statement = $connection->prepare($sql);

return (float) $statement->executeQuery($parameters)->fetchOne();
Expand Down

0 comments on commit 0cdc19d

Please sign in to comment.