Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Commit

Permalink
Remove rogue var_dump()
Browse files Browse the repository at this point in the history
  • Loading branch information
plauclair committed Feb 28, 2016
1 parent 8ad9c93 commit 0ea6a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WireMailMailgun.module
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class WireMailMailgun extends WireMail implements Module, ConfigurableModule
*/
public function ___send()
{
var_dump($this->mail);
$request = curl_init();

$postFields = [
Expand Down

0 comments on commit 0ea6a7b

Please sign in to comment.