Skip to content

Commit 9580bb7

Browse files
committed
remove leftover console.log
1 parent b71410a commit 9580bb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/client/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ FlowRouter.triggers.exit([
8383
var routeName = context.route.name;
8484
var knownRoute = _.contains(AccountsTemplates.knownRoutes, routeName);
8585
if (!knownRoute) {
86-
console.log('storing previous path: ' + context.path);
8786
AccountsTemplates.setPrevPath(context.path);
8887
}
8988
}

0 commit comments

Comments
 (0)