diff --git a/src/ET_Perform.php b/src/ET_Perform.php index 7ab599b..1707842 100644 --- a/src/ET_Perform.php +++ b/src/ET_Perform.php @@ -28,7 +28,7 @@ function __construct($authStub, $objType, $action, $props) $perform['PerformRequestMsg'] = $performRequest; $return = $authStub->__soapCall("Perform", $perform, null, null , $out_header); parent::__construct($return, $authStub->__getLastResponseHTTPCode()); - print_r($return); + # print_r($return); if ($this->status){ if (property_exists($return->Results, "Result")){ if (is_array($return->Results->Result)){ @@ -45,4 +45,4 @@ function __construct($authStub, $objType, $action, $props) } } } -?> \ No newline at end of file +?>