diff --git a/lib/client/client.js b/lib/client/client.js index b65c408..ee57273 100644 --- a/lib/client/client.js +++ b/lib/client/client.js @@ -83,7 +83,6 @@ FlowRouter.triggers.exit([ var routeName = context.route.name; var knownRoute = _.contains(AccountsTemplates.knownRoutes, routeName); if (!knownRoute) { - console.log('storing previous path: ' + context.path); AccountsTemplates.setPrevPath(context.path); } }