From 9580bb795c1c12956f48f8216707b593d0a17ed4 Mon Sep 17 00:00:00 2001 From: Jeremy Shimko Date: Mon, 17 Aug 2015 18:31:00 -0400 Subject: [PATCH] remove leftover console.log --- lib/client/client.js | 1 - 1 file changed, 1 deletion(-) 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); } }