diff --git a/html/pages/ports.inc.php b/html/pages/ports.inc.php index 2fe8d62227..2bcda26c03 100644 --- a/html/pages/ports.inc.php +++ b/html/pages/ports.inc.php @@ -333,21 +333,6 @@ list($format, $subformat) = explode("_", $vars['format']); $ports = dbFetchRows($query, $param); -// FIXME - only populate what we need to search at this point, because we shouldn't show *all* ports, as it's silly. - -foreach ($ports as $port) -{ - if ($config['memcached']['enable']) - { - if ($config['memcached']['enable']) - { - $state = $memcache->get('port-'.$port['port_id'].'-state'); - if(is_array($state)) { $ports[$port['port_id']] = array_merge($port, $state); } - unset($state); - } - } -} - switch ($vars['sort']) { case 'traffic':