From 22a06005f04388aad6acdbfebf1715e77fef81b9 Mon Sep 17 00:00:00 2001 From: 0xdcarns Date: Fri, 25 Mar 2022 16:30:20 -0400 Subject: [PATCH] removed annoying log --- main.go | 1 - serverctl/iptables.go | 1 - 2 files changed, 2 deletions(-) diff --git a/main.go b/main.go index 1ee8266e..c4ca6147 100644 --- a/main.go +++ b/main.go @@ -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()) - } } diff --git a/serverctl/iptables.go b/serverctl/iptables.go index 00317a19..65fe35c3 100644 --- a/serverctl/iptables.go +++ b/serverctl/iptables.go @@ -84,7 +84,6 @@ func setForwardPolicy() error { // port forward from an entry, can contain a dns name for lookup func iptablesPortForward(entry string, inport string, outport string, isIP bool) error { - logger.Log(2, "forwarding "+entry+" traffic from host port "+inport+" to container port "+outport) var address string if !isIP {