diff --git a/experimental/packages/otlp-grpc-exporter-base/src/OTLPGRPCExporterNodeBase.ts b/experimental/packages/otlp-grpc-exporter-base/src/OTLPGRPCExporterNodeBase.ts index d0b741c1a1..cfa7fba3d7 100644 --- a/experimental/packages/otlp-grpc-exporter-base/src/OTLPGRPCExporterNodeBase.ts +++ b/experimental/packages/otlp-grpc-exporter-base/src/OTLPGRPCExporterNodeBase.ts @@ -125,8 +125,6 @@ export abstract class OTLPGRPCExporterNodeBase< } const converted = this.convert(objects); - // eslint-disable-next-line @typescript-eslint/ban-ts-comment - // @ts-ignore TODO: no time for type stuff, it will work, trust me (TM) - that's what TM stands for lol. const data = this._serializer.serializeRequest(converted); if (data == null) {