Skip to content

Commit fd3cc73

Browse files
committed
avoid print
1 parent c76bdc5 commit fd3cc73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flutter/lib/src/span_frame_metrics_collector.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class SpanFrameMetricsCollector implements PerformanceContinuousCollector {
7878

7979
@override
8080
Future<void> onSpanFinished(ISentrySpan span, DateTime endTimestamp) async {
81-
print(displayRefreshRate);
8281
if (span is NoOpSentrySpan ||
8382
!activeSpans.contains(span) ||
8483
displayRefreshRate == null) return;

0 commit comments

Comments
 (0)