We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71410a commit 9580bb7Copy full SHA for 9580bb7
lib/client/client.js
@@ -83,7 +83,6 @@ FlowRouter.triggers.exit([
83
var routeName = context.route.name;
84
var knownRoute = _.contains(AccountsTemplates.knownRoutes, routeName);
85
if (!knownRoute) {
86
- console.log('storing previous path: ' + context.path);
87
AccountsTemplates.setPrevPath(context.path);
88
}
89
0 commit comments