remove debug code
authorStricted <info@stricted.de>
Sun, 26 Jul 2015 17:54:59 +0000 (19:54 +0200)
committerStricted <info@stricted.de>
Sun, 26 Jul 2015 17:54:59 +0000 (19:54 +0200)
SpeedportHybrid.class.php

index 1c0e18f30fcb50d4308bed5eacacbc0e2ce3b2ec..8b986ba5a2431e0a465c3bc3a91194e2b329a913 100644 (file)
@@ -331,7 +331,6 @@ class SpeedportHybrid {
                
                $data = $this->sentRequest($path, $fields, true);
                $data = $this->getValues($data['body']);
                
                $data = $this->sentRequest($path, $fields, true);
                $data = $this->getValues($data['body']);
-               print_r($data);
                
                if ($data['status'] == 'ok') {
                        return $data;
                
                if ($data['status'] == 'ok') {
                        return $data;