Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Mar 29, 2016
1 parent 57fbce2 commit 7e2a664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/RouteNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default class RouteNode {
// Same last segment length, preserve definition order
return 0;
});
console.log(this.children.map(c => c.path));
} else {
// Locate parent node
let segments = this.getSegmentsByName(names.slice(0, -1).join('.'));
Expand Down

0 comments on commit 7e2a664

Please sign in to comment.