Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Jan 17, 2024
1 parent d0e6be3 commit 996b30c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ public Object addTag(Environment env, String tagKey, String tagValue, long spanI
ObserverContext observer = ObserveUtils.getObserverContextOfCurrentFrame(env);
if (observer == null) {
return null;
// return ErrorCreator.createError(
// StringUtils.fromString(
// ("Span already finished. Can not add tag {" + tagKey + ":" + tagValue + "}")));
}
span = observer.getSpan();
} else {
Expand Down

0 comments on commit 996b30c

Please sign in to comment.