Skip to content

Commit

Permalink
chore(cleanup): remove print in forwarder
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Jun 7, 2023
1 parent cb52f60 commit 277631b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/distributor/forwarder/forwarder.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (l List) ForwardTraces(ctx context.Context, traces ptrace.Traces) error {
}

func (l List) ForwardSnapshot(ctx context.Context, snapshot *tp.Snapshot) error {
print("ForwardSnapshot")
// todo complete this
return nil
}

Expand Down

0 comments on commit 277631b

Please sign in to comment.