Mailer.php
authorEdward <edward@roojs.com>
Mon, 8 Dec 2014 08:44:51 +0000 (16:44 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Dec 2014 08:44:51 +0000 (16:44 +0800)
Mailer.php

index 903a16b..4265843 100644 (file)
@@ -378,15 +378,7 @@ class Pman_Core_Mailer {
                 continue;
             }
             $url  = $link->getAttribute('href');
-            echo 'url';
-            echo "\n";
-            echo $url;
-            echo "\n";
             $file = $ff->rootDir . $url;
-            echo 'file';
-            echo "\n";
-            echo $file;
-            echo "\n";
             if (!file_exists($file)) {
                 $link->setAttribute('href', 'missing:' . $file);
                 continue;