Skip to content

Commit

Permalink
Removes a debug log line that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade committed Sep 25, 2024
1 parent 33d115a commit 51b1db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/server/policyrules.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ func (ipt *iptableBuffer) renderIngressPorts(_ *Server, podInfo *controllers.Pod
"-m", proto, "-p", proto, "--dport", fmt.Sprintf("%s:%d", port.Port.String(), *port.EndPort),
"-j", "MARK", "--set-xmark", "0x10000/0x10000")
validPorts++
klog.Infof("DEBUG: %+v", ipt.ingressPorts)
} else {
writeLine(ipt.ingressPorts, "-A", chainName,
"-i", podIntf.InterfaceName,
Expand Down

0 comments on commit 51b1db4

Please sign in to comment.