Skip to content

Commit

Permalink
chore: don't log inside DoNothing helper
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Grasso <[email protected]>
Signed-off-by: Lorenzo Susini <[email protected]>
  • Loading branch information
2 people authored and poiana committed Apr 4, 2024
1 parent 6b986b8 commit 20591ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion events/helper/do_nothing.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ var _ = events.Register(DoNothing)
// It can be used to just test execve events or command line arguments
// when using the helper function SpawnAs.
func DoNothing(h events.Helper) error {
h.Log().Info("DoNothing helper")
return nil
}

0 comments on commit 20591ad

Please sign in to comment.