Skip to content

Commit

Permalink
Merge pull request #52 from lahaxearnaud/feature/refactoring-unused-v…
Browse files Browse the repository at this point in the history
…ariable-data-collector

Remove unused server variable
  • Loading branch information
omansour committed May 30, 2016
2 parents a0f64fc + 199c532 commit c7e722f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DataCollector/StatsdDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function onKernelResponse($event)
if ($operation) {
$this->data['operations']++;
$message = $operation['message'];
$serverKey = $operation['server'];

$clientInfo['operations'][] = [
'server' => $operation['server'],
Expand Down

0 comments on commit c7e722f

Please sign in to comment.