Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleak committed Nov 9, 2016
1 parent ae954bf commit 76e1002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/generator/writer/import.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class Writer {
sb.writeln("");
}

// if (forGroupRoute) {
groups.forEach((GroupInfo groupeInfo) {
sb.write("if (await ${groupeInfo.name}.requestHandler(request");
if (groupeInfo.group.path.isNotEmpty) {
Expand All @@ -117,7 +116,6 @@ class Writer {
sb.writeln("}");
sb.writeln("");
});
// }

sb.writeln("return false;");
sb.writeln("}");
Expand Down

0 comments on commit 76e1002

Please sign in to comment.