Removes json require not needed in system_utils

This commit is contained in:
Simone Mainardi 2020-02-27 19:48:51 +01:00
parent 765474fa70
commit 61dbf123a6

View file

@ -5,8 +5,6 @@
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
local json = require("dkjson")
local system_utils = {}
-- #################################