| Index: pkg/logging/lib/logging.dart
|
| diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart
|
| index bf0e1a1924eb53b4c2626508a5c5084810ad7d4c..efbe9ba2b8f44ce920e24892574f81d304cc0671 100644
|
| --- a/pkg/logging/lib/logging.dart
|
| +++ b/pkg/logging/lib/logging.dart
|
| @@ -308,13 +308,6 @@ class LogRecord {
|
| /** Associated error (if any) when recording errors messages. */
|
| final Object error;
|
|
|
| - // TODO(kevmoo) - remove before V1
|
| - /**
|
| - * DEPRECATED. Use [error] instead.
|
| - */
|
| - @deprecated
|
| - Object get exception => error;
|
| -
|
| /** Associated stackTrace (if any) when recording errors messages. */
|
| final StackTrace stackTrace;
|
|
|
|
|