From e5190a91eeb4116351b6a1740618e93011219863 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 12 Mar 2019 10:29:35 +0100 Subject: [PATCH] WIP NetworkMap class Former-commit-id: 90763db5291c638e89216da48e1fc4fdba92bc82 --- pandora_console/include/class/NetworkMap.class.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php index b223f14862..7c927858d7 100644 --- a/pandora_console/include/class/NetworkMap.class.php +++ b/pandora_console/include/class/NetworkMap.class.php @@ -300,12 +300,6 @@ class NetworkMap ]; $this->graph = $this->generateNetworkMap(); - - // Direct print. Avoid extra options. - // $networkmap['source_period'] = 60; - // $networkmap['filter'] = $this->mapOptions['map_filter']; - // $networkmap['width'] = 1400; - // $networkmap['height'] = 800; } }