DataObjects/Core_email.php
authorjohn <john@roojs.com>
Tue, 9 Jan 2018 14:04:13 +0000 (22:04 +0800)
committerjohn <john@roojs.com>
Tue, 9 Jan 2018 14:04:13 +0000 (22:04 +0800)
DataObjects/Core_email.php

index 5d50c0c..f2bce4c 100644 (file)
@@ -368,8 +368,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);
-        
         if (isset($contents['rcpts'])) {
             $cfg['rcpts'] = $contents['rcpts'];
         }