From: Stricted Date: Sun, 26 Jul 2015 17:54:59 +0000 (+0200) Subject: remove debug code X-Git-Tag: 1.0.4~4 X-Git-Url: https://git.stricted.de/?p=GitHub%2FStricted%2Fspeedport-hybrid-php-api.git;a=commitdiff_plain;h=bbd459992aecc5ea8fa3e9bd8a28f1fe9450dbb3 remove debug code --- diff --git a/SpeedportHybrid.class.php b/SpeedportHybrid.class.php index 1c0e18f..8b986ba 100644 --- 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;