mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
Remove code probe from debug path
This function is never called in simulation, and we already test deserializing otel span messages in the storage server.
This commit is contained in:
parent
7d73d52a91
commit
fa596d4224
@ -98,7 +98,6 @@ TraceEvent debugTagsAndMessageEnabled(const char* context, Version version, Stri
|
||||
SpanContextMessage scm;
|
||||
br >> scm;
|
||||
} else if (OTELSpanContextMessage::startsOTELSpanContextMessage(mutationType)) {
|
||||
CODE_PROBE(true, "MutationTracking reading OTELSpanContextMessage", probe::decoration::rare);
|
||||
BinaryReader br(mutationData, AssumeVersion(rdr.protocolVersion()));
|
||||
OTELSpanContextMessage scm;
|
||||
br >> scm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user