diff --git a/src/core/ClientControllerException.php b/src/core/ClientControllerException.php index 03cb0ba..c4ae3b7 100644 --- a/src/core/ClientControllerException.php +++ b/src/core/ClientControllerException.php @@ -27,7 +27,6 @@ public function __construct($apiInfo, $resultInfo, $code = 500, $documentationUr // If string message error parent::__construct($resultInfo, $code); } - print("This link helps you to troubleshoot the issue: ".$this->getResolutionUrl()); } /**