remove my test function
authorStricted <info@stricted.de>
Mon, 20 Jul 2015 18:42:11 +0000 (20:42 +0200)
committerStricted <info@stricted.de>
Mon, 20 Jul 2015 18:42:11 +0000 (20:42 +0200)
SpeedportHybrid.class.php

index 6793763124d74cd752e6c5732f89ec6337e92383..355950ec3f0b1cf1baa2075cfe1d8600257aaab7 100644 (file)
@@ -261,27 +261,6 @@ class SpeedportHybrid {
                }
        }
        
-       /**
-        * get the router syslog
-        * 
-        * @return      array
-        */
-       public function test() {
-               $data = $this->getData('NASLight');
-               $data = $this->getValues($data);
-               print_r($data);
-               /*
-               $data = $this->getValues($data);
-               
-               if (isset($data['addmessage'])) {
-                       return $data['addmessage'];
-               }
-               else {
-                       return array();
-               }
-               */
-       }
-       
        /**
         * get the Missed Calls from router
         *