File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ func NewLinuxJail(config Config) (*LinuxJail, error) {
48
48
// installs iptables rules on the host. At this stage, the target PID and its netns
49
49
// are not yet known.
50
50
func (l * LinuxJail ) ConfigureBeforeCommandExecution () error {
51
- l .logger .Debug ("Setup called" )
52
-
53
51
l .commandEnv = getEnvs (l .configDir , l .caCertPath )
54
52
55
53
if err := l .configureHostNetworkBeforeCmdExec (); err != nil {
@@ -101,8 +99,6 @@ func (l *LinuxJail) ConfigureAfterCommandExecution(pidInt int) error {
101
99
102
100
// Close removes the network namespace and iptables rules
103
101
func (l * LinuxJail ) Close () error {
104
- l .logger .Debug ("Close called" )
105
-
106
102
// Clean up iptables rules
107
103
err := l .cleanupIptables ()
108
104
if err != nil {
You can’t perform that action at this time.
0 commit comments