Skip to content

Commit e6db765

Browse files
committed
Remove print
1 parent a6e746e commit e6db765

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

instrumentation/opentelemetry-instrumentation-system-metrics/tests/test_system_metrics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ def test_process_metrics_instrument(self):
182182
"process.cpu.utilization",
183183
]
184184

185-
print(metric_names)
186-
187185
self.assertEqual(len(metric_names), 6)
188186

189187
for observer in metric_names:

0 commit comments

Comments
 (0)