Permalink
Browse files
remove some debugging code
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Hoptoad.php
|
@@ -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();
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
0 comments on commit
ea59060