summaryrefslogtreecommitdiffstats
path: root/examples/transmission/get_all_transmissions.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/transmission/get_all_transmissions.php')
-rw-r--r--examples/transmission/get_all_transmissions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/transmission/get_all_transmissions.php b/examples/transmission/get_all_transmissions.php
index 2005a75..54cb376 100644
--- a/examples/transmission/get_all_transmissions.php
+++ b/examples/transmission/get_all_transmissions.php
@@ -13,7 +13,6 @@ SparkPost::setConfig($httpAdapter, ['key'=>$key]);
try {
$results = Transmission::all();
- echo "it returned!!!";
var_dump($results);
echo 'Congrats you can use your SDK!';
} catch (\Exception $exception) {