DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:42:16 +0000 (13:42 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:42:16 +0000 (13:42 +0800)
DataObjects/Core_email.php

index 29e4516..0243838 100644 (file)
@@ -278,7 +278,6 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         $cachePath = session_save_path() . '/email-cache-' . $ui['name'] . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';
         
         if($force || !$this->isGenerated($cachePath)){
-            print_r($contents['replace_links']);exit;
             $this->cachedMailWithOutImages($force, empty($contents['replace_links']) ? false : $contents['replace_links']);
         }