diff --git a/Controller/Payment/Fallback.php b/Controller/Payment/Fallback.php index 21e99e64..b1a1df78 100755 --- a/Controller/Payment/Fallback.php +++ b/Controller/Payment/Fallback.php @@ -160,8 +160,7 @@ public function execute() ); $resultRedirect->setPath('checkout/onepage/failure', ['_secure' => true]); } finally { - $compliant = $this->gdprCompliance->process($this->getRequest()->getRequestString()); - $this->logger->debug($compliant); + $this->logger->debug($this->getRequest()->getRequestString()); } return $resultRedirect; }