diff --git a/server/handlers/isomorphic-handler.js b/server/handlers/isomorphic-handler.js index 66a6a68d..9728581c 100644 --- a/server/handlers/isomorphic-handler.js +++ b/server/handlers/isomorphic-handler.js @@ -74,7 +74,6 @@ function loadDataForIsomorphicRoute( // Multiple url redirection const story = result.data.story; if (story && story.redirect && `/${story.slug}` !== url.path) { - console.log("Inside Redirect IF", url.path); return { httpStatusCode: 301, data: {