DataObjects/Core_email.php
authorjohn <john@roojs.com>
Wed, 10 Jan 2018 08:12:59 +0000 (16:12 +0800)
committerjohn <john@roojs.com>
Wed, 10 Jan 2018 08:12:59 +0000 (16:12 +0800)
DataObjects/Core_email.php

index 5540b0c..341bdd3 100644 (file)
@@ -379,8 +379,6 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
             'css_embed' => true, // we should always try and do this with emails...
         );
         
-        var_dump($cfg);exit;
-        
         if (isset($contents['rcpts'])) {
             $cfg['rcpts'] = $contents['rcpts'];
         }