Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2379)

Unified Diff: dart/site/try/poi/scope_information_visitor.dart

Issue 755253002: Remove debugging code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/poi/scope_information_visitor.dart
diff --git a/dart/site/try/poi/scope_information_visitor.dart b/dart/site/try/poi/scope_information_visitor.dart
index 3f9a2fe4d326cb626c588d22003ad1e57a57b8fd..bb21bb5552e9ec3014b398daa737abd8d2ac39c7 100644
--- a/dart/site/try/poi/scope_information_visitor.dart
+++ b/dart/site/try/poi/scope_information_visitor.dart
@@ -779,8 +779,6 @@ class ScopeInformationVisitor extends ElementVisitor/* <void> */ {
List<Element> result = new List<Element>.from(elements);
if (sortMembers) {
result.sort((Element a, Element b) => a.name.compareTo(b.name));
- } else {
- throw "Not sorting result";
}
return result;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698