Skip to content

Commit

Permalink
cleanup(decl/syscalls): remove print statement in socket run
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Giovanna <[email protected]>
Co-authored-by: Aldo Lacuku <[email protected]>
  • Loading branch information
ekoops and alacuku committed Oct 24, 2024
1 parent f7e451a commit ee2a63e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/test/step/syscall/socket/socket.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package socket

import (
"context"
"fmt"
"reflect"

"golang.org/x/sys/unix"
Expand Down Expand Up @@ -57,7 +56,6 @@ func (s *socketSyscall) run(_ context.Context) error {
return err
}

fmt.Printf("running socket: returned fd: %v\n", fd)
s.Ret = fd
return nil
}

0 comments on commit ee2a63e

Please sign in to comment.