Skip to content

Commit

Permalink
Removing final debug echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Devenport authored and Eric Devenport committed May 14, 2024
1 parent a6561cd commit a1d465b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/US_Enrichment/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public function sendPropertyPrincipalLookup($smartyKey){
private function sendLookup(Lookup $lookup) {
$request = $this->buildRequest($lookup);
$response = $this->sender->send($request);

echo($response->getPayload());

$lookupResponse = $this->buildResponse($this->serializer->deserialize($response->getPayload()));

$lookup->setResponse($lookupResponse);
Expand Down

0 comments on commit a1d465b

Please sign in to comment.