Removed unused variable

This commit is contained in:
MatteoBiscosi 2022-03-21 11:32:50 +01:00
parent 08755d8518
commit 1025fb3572

View file

@ -1532,7 +1532,6 @@ end
local function printFlowDevicesFilterDropdown(base_url, page_params)
local snmp_cached_dev = require "snmp_cached_dev"
local flowdevs = interface.getFlowDevices()
local vlans = interface.getVLANsList()
local ordering_fun = pairsByKeys
if flowdevs == nil then flowdevs = {} end