Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbylica-splunk committed Mar 18, 2024
1 parent 98d5907 commit 11950e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion eventrouter/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func (r *router) Route(msg *events.Envelope) error {
// Ignore this event since we are not interested
return nil
}

_ = r.sink.Write(msg)

return nil
Expand Down
1 change: 0 additions & 1 deletion eventwriter/splunk_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func (s *SplunkEvent) send(postBody *[]byte) error {
}
s.BodyBufferSize.Add(uint64(len(*postBody)))

fmt.Println("Test end")
return nil
}

Expand Down

0 comments on commit 11950e4

Please sign in to comment.