Skip to content

Commit

Permalink
remove some debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
rich committed Jan 23, 2010
1 parent 26a1e7a commit ea59060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hoptoad.php
Expand Up @@ -74,7 +74,7 @@ public static function notifyHoptoad($api_key, $message, $file, $line, $trace, $
'Content-Type' => 'text/xml'
));
$req->setBody(self::buildXmlNotice($api_key, $message, $trace, $error_class, $environment));
echo $req->send()->getBody();
$req->send();
}

/**
Expand Down

0 comments on commit ea59060

Please sign in to comment.