Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit d6ba415

Browse files
committed
Clean up unused variable.
Fixes an analyzer warning when building externally with Dart SDK 2.0.0-dev.4.0. PiperOrigin-RevId: 173269173
1 parent aa4363b commit d6ba415

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/model/ui/highlighted_text_model.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import 'dart:math' show max;
66

7-
import 'package:logging/logging.dart';
87
import 'package:meta/meta.dart';
98
import 'package:quiver/core.dart' show hash2;
109

@@ -33,9 +32,6 @@ class HighlightedTextSegment {
3332
String toString() => isHighlighted ? "*$text*" : text;
3433
}
3534

36-
final Logger _logger =
37-
new Logger('angular_components.module.ui.highlighted_text_model');
38-
3935
/// A class to highlight the occurrences of a list of tokens within a string.
4036
/// By default, matches are only highlighted at the start of words,
4137
/// and matching is case-insensitive.

0 commit comments

Comments
 (0)