Skip to content

Commit

Permalink
Remove echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh411 committed Sep 25, 2017
1 parent 47149f1 commit fd78609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AlexaRequestValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public function requestHasNotTimedOut()
*/
public function certificateHasValidSans($cert)
{
echo $cert['extensions']['subjectAltName'];
if (stristr($cert['extensions']['subjectAltName'], 'echo-api.amazon.com')) {
return true;
}
Expand Down

0 comments on commit fd78609

Please sign in to comment.