| Index: pkg/logging/lib/logging.dart
|
| diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart
|
| index 071b496c2f9977a7ee06354eae05fd22e9431975..f3b1822b451fede025e08d300a587b2fe2ec1e92 100644
|
| --- a/pkg/logging/lib/logging.dart
|
| +++ b/pkg/logging/lib/logging.dart
|
| @@ -309,13 +309,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;
|
|
|
|
|