Skip to content

Commit

Permalink
Merge pull request #50 from czqoocavatsim/development
Browse files Browse the repository at this point in the history
Remove rouge debug line
  • Loading branch information
Liesel Downes authored Mar 26, 2023
2 parents a82d86a + 5e5922c commit 198d5da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Services/VatsimDataService.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public function getActivePilotData(VatsimAccount $vatsimAccount)
if (! $networkData) {
return null;
}
$vatsimAccount->id = 899571;
if (in_array($vatsimAccount->id, array_column($networkData->pilots, 'cid'))) {
$key = (array_search($vatsimAccount->id, array_column($networkData->pilots, 'cid')));
$data = $networkData->pilots[$key];
Expand Down

0 comments on commit 198d5da

Please sign in to comment.