| Index: pkg/logging/lib/logging.dart
|
| diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart
|
| index 6b7b13bb53f02cc018ad3603c623cbd7f72060e9..9a0ae91a6c8051269c0210efe3641c8e98fed28a 100644
|
| --- a/pkg/logging/lib/logging.dart
|
| +++ b/pkg/logging/lib/logging.dart
|
| @@ -247,7 +247,7 @@ class LoggerHandlerList {
|
| * own level, make sure you use a value between those used in [Level.ALL] and
|
| * [Level.OFF].
|
| */
|
| -class Level implements Comparable, Hashable {
|
| +class Level implements Comparable {
|
|
|
| // TODO(sigmund): mark name/value as 'const' when the language supports it.
|
| final String name;
|
|
|