diff options
author | nornholdj <nornholdj@gmail.com> | 2014-11-04 15:53:43 -0500 |
---|---|---|
committer | nornholdj <nornholdj@gmail.com> | 2014-11-04 15:53:43 -0500 |
commit | 1fdabdbdde9cb927fea2c06d2c0eb95e06db1e54 (patch) | |
tree | b7f2886de77c8dacff3ece6ac7bf31e5cc6e5421 /examples | |
parent | 1d6fad1db52c968f7cb8f6a93d3c84ae1f2b2dd8 (diff) | |
download | php-sparkpost-1fdabdbdde9cb927fea2c06d2c0eb95e06db1e54.zip php-sparkpost-1fdabdbdde9cb927fea2c06d2c0eb95e06db1e54.tar.gz php-sparkpost-1fdabdbdde9cb927fea2c06d2c0eb95e06db1e54.tar.bz2 |
MA-946 #time 20m updated test comments and updated SparkPost default
hostname
Diffstat (limited to 'examples')
-rw-r--r-- | examples/transmission/configuration_based.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/transmission/configuration_based.php b/examples/transmission/configuration_based.php index 7f93b05..157d3f3 100644 --- a/examples/transmission/configuration_based.php +++ b/examples/transmission/configuration_based.php @@ -24,8 +24,6 @@ try { ] ]); echo 'Congrats you can use your SDK!'; - - var_dump(Transmission::$structure); } catch (\Exception $exception) { echo $exception->getMessage(); } |