Skip to content

Commit 0ede591

Browse files
author
Salma Alam-Naylor
committed
Removed comment
1 parent 0150add commit 0ede591

File tree

1 file changed

+0
-3
lines changed
  • tools/schematics/generate-routes

1 file changed

+0
-3
lines changed

tools/schematics/generate-routes/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export default function(schema: any): Rule {
1111
];
1212

1313
const modeRoutes = generateModeRoutes();
14-
15-
// writeRoutes(tree, [...staticPages, ...modeRoutes]);
16-
1714
return writeRoutes(tree, [...staticPages, ...modeRoutes]);
1815
};
1916
}

0 commit comments

Comments
 (0)