Skip to content

Commit

Permalink
remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Aug 17, 2015
1 parent b71410a commit 9580bb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 9580bb7

Please sign in to comment.