| Index: utils/pub/pub.dart
|
| diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart
|
| index 6db58c53619d6dffd6234365c233f14e12b4a355..632b900195365a020dbe8d4663cdd81965dd7a1e 100644
|
| --- a/utils/pub/pub.dart
|
| +++ b/utils/pub/pub.dart
|
| @@ -184,8 +184,6 @@ class PubCommand {
|
| handleError(error, trace) {
|
| // This is basically the top-level exception handler so that we don't
|
| // spew a stack trace on our users.
|
| - // TODO(rnystrom): Add --trace flag so stack traces can be enabled for
|
| - // debugging.
|
| var message = error.toString();
|
|
|
| // TODO(rnystrom): The default exception implementation class puts
|
|
|