diff --git a/classes/Process_ImportRequest.php b/classes/Process_ImportRequest.php index d6ccad0..bebd268 100644 --- a/classes/Process_ImportRequest.php +++ b/classes/Process_ImportRequest.php @@ -529,9 +529,6 @@ class Process_ImportRequest { $settings = new SimpleXMLElement((file_exists("./xml/settings.xml") ? file_get_contents("./xml/settings.xml") : "")); - print_r($settings); - die(); - // Server Variables $host = (string) $settings->SmtpServer; $username = (string) $settings->SmtpUserName;