debug data removed

This commit is contained in:
Clivern 2017-08-18 13:35:22 +02:00
parent 9b353b0ce3
commit d96fd50d66

View file

@ -147,7 +147,6 @@ class Attachment
$this->attachment['plain_body'] = imap_fetchbody($this->connection->getStream(), $this->message_number, $this->attachment['index']);
var_dump($this->attachment['plain_body']);
return $this->get('plain_body');
}