Skip to content

Commit a1a202d

Browse files
committed
remove print statements
1 parent 91bde64 commit a1a202d

File tree

1 file changed

+0
-2
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc

1 file changed

+0
-2
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/exporter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,15 +288,13 @@ def _export(
288288
if self._shutdown_occuring.is_set():
289289
return self._result.FAILURE
290290
try:
291-
print("started exporting!")
292291
self._export_not_occuring.clear()
293292
self._client.Export(
294293
request=self._translate_data(data),
295294
metadata=self._headers,
296295
timeout=self._timeout,
297296
)
298297
self._export_not_occuring.set()
299-
print("finished exporting!")
300298

301299
return self._result.SUCCESS
302300

0 commit comments

Comments
 (0)