Skip to content

Commit

Permalink
Removed some commented out debugging code from TM API client
Browse files Browse the repository at this point in the history
  • Loading branch information
tfountain committed Nov 4, 2014
1 parent 2ae7562 commit a9251bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/TrafficManagement/Api/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ public function get($path, array $data = null)
$request = $this->buildRequest($path);

$request->setMethod(Request::METHOD_GET);
// if ($data) {
// var_dump($data);
// $request->setContent(json_encode($data));
// }
if ($data) {
$request->getQuery()->fromArray($data);
}
Expand Down

0 comments on commit a9251bf

Please sign in to comment.