Removed debugging code

This commit is contained in:
Karl Cordes 2011-09-05 15:27:22 +10:00
parent 6f61f6531f
commit 0db3044b93

View file

@ -72,11 +72,6 @@ class VaultShell extends Shell {
$processed = scandir($processed_dir); $processed = scandir($processed_dir);
$new = array_diff($emails, $processed); $new = array_diff($emails, $processed);
echo "New Emails:\n";
print_r($new);
die();
/** /**
* Loop through the messages. * Loop through the messages.
* *