From bbd459992aecc5ea8fa3e9bd8a28f1fe9450dbb3 Mon Sep 17 00:00:00 2001 From: Stricted Date: Sun, 26 Jul 2015 19:54:59 +0200 Subject: [PATCH] remove debug code --- SpeedportHybrid.class.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1