removed annoying log

This commit is contained in:
0xdcarns
2022-03-25 16:30:20 -04:00
parent 9b7631e6dc
commit 22a06005f0
2 changed files with 0 additions and 2 deletions

View File

@@ -111,7 +111,6 @@ func initialize() { // Client Mode Prereq Check
if servercfg.ManageIPTables() != "off" {
if err = serverctl.InitIPTables(); err != nil {
logger.FatalLog("Unable to initialize iptables on host:", err.Error())
}
}