Index: utils/pub/pub.dart |
diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart |
index b6f196d830f6fdbf269698b85cfc8bd149f0729b..6437a62e7c59b1d83b0cef7d88297d12973f0cfc 100644 |
--- a/utils/pub/pub.dart |
+++ b/utils/pub/pub.dart |
@@ -177,8 +177,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 |