Skip to content

Commit

Permalink
Fix test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Annanay <annanay.a@media.net>
  • Loading branch information
Annanay committed Nov 11, 2018
1 parent b25de89 commit 31c6a9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin/storage/es/spanstore/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,6 @@ func (s *SpanReader) buildObjectQuery(field string, k string, v string) elastic.
}

func logErrorToSpan(span opentracing.Span, err error) {
if err == nil {
return
}
ottag.Error.Set(span, true)
span.LogFields(otlog.Error(err))
}

0 comments on commit 31c6a9d

Please sign in to comment.