Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Jun 3, 2024
1 parent d9dacd1 commit e8b7311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filebeat/tests/integration/filebeat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func TestFilebeatRunsAndLogsJSONToFile(t *testing.T) {
var f *os.File
var err error
require.Eventuallyf(t, func() bool {
fmt.Println(".")
f, err = os.Open(filebeatLogFile)
if err != nil {

Check failure on line 78 in filebeat/tests/integration/filebeat_test.go

View workflow job for this annotation

GitHub Actions / lint (linux)

S1008: should use 'return err == nil' instead of 'if err != nil { return false }; return true' (gosimple)
return false
Expand Down

0 comments on commit e8b7311

Please sign in to comment.