From 8ea9a1aa47e494eb70f099a9e97e9d222b031b1c Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 14 Jan 2019 11:50:58 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mailer.php b/Mailer.php index 54bcc960..23fb8758 100644 --- a/Mailer.php +++ b/Mailer.php @@ -403,8 +403,6 @@ class Pman_Core_Mailer { if(!array_key_exists($url, $urls)){ $conv = $this->fetchImage($url); - echo "$url\n"; - print_r($conv);exit; $urls[$url] = $conv; $this->images[$conv['contentid']] = $conv; } else { -- 2.39.2