Skip to content

Commit b7d182b

Browse files
committed
remove commented code
1 parent d524e7e commit b7d182b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

opentelemetry-otlp/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ tls-webpki-roots = ["tls", "tonic/tls-webpki-roots"]
7171

7272
# http binary
7373
http-proto = ["prost", "opentelemetry-http", "opentelemetry-proto/gen-tonic-messages", "http", "trace", "metrics"]
74-
# http json This does not work today due to known issue. See https://github.com/open-telemetry/opentelemetry-rust/issues/1763.
7574
http-json = ["serde_json", "prost", "opentelemetry-http", "opentelemetry-proto/gen-tonic-messages", "opentelemetry-proto/with-serde", "http", "trace", "metrics"]
7675
reqwest-blocking-client = ["reqwest/blocking", "opentelemetry-http/reqwest"]
7776
reqwest-client = ["reqwest", "opentelemetry-http/reqwest"]

opentelemetry-proto/src/proto.rs

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ pub(crate) mod serializers {
5353
// If value is None, it will be serialized as such
5454
match value {
5555
Some(any_value) => match &any_value.value {
56-
//Some(Value::IntValue(i)) => serialize_i64_to_string(i, serializer),
5756
Some(value) => value.serialize(serializer),
5857
None => serializer.serialize_none(),
5958
},

0 commit comments

Comments
 (0)