projects
/
GitHub
/
Stricted
/
speedport-hybrid-php-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5d711
)
remove debug code
author
Stricted
<info@stricted.de>
Sun, 26 Jul 2015 17:54:59 +0000
(19:54 +0200)
committer
Stricted
<info@stricted.de>
Sun, 26 Jul 2015 17:54:59 +0000
(19:54 +0200)
SpeedportHybrid.class.php
patch
|
blob
|
blame
|
history
diff --git
a/SpeedportHybrid.class.php
b/SpeedportHybrid.class.php
index 1c0e18f30fcb50d4308bed5eacacbc0e2ce3b2ec..8b986ba5a2431e0a465c3bc3a91194e2b329a913 100644
(file)
--- a/
SpeedportHybrid.class.php
+++ b/
SpeedportHybrid.class.php
@@
-331,7
+331,6
@@
class SpeedportHybrid {
$data = $this->sentRequest($path, $fields, true);
$data = $this->getValues($data['body']);
- print_r($data);
if ($data['status'] == 'ok') {
return $data;