Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jul 23, 2012
1 parent baf4252 commit 48a0084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public function setBody($body)
$mime = $this->body->getMime();
$header = $this->getHeaderByName('content-type', __NAMESPACE__ . '\Header\ContentType');
$header->setType('multipart/mixed');
$header->addParameter('boundary', $mime->boundary());var_dump($this->getHeaders());
$header->addParameter('boundary', $mime->boundary());
return $this;
}

Expand Down

0 comments on commit 48a0084

Please sign in to comment.