diff --git a/src/vector/index.js b/src/vector/index.js index 52cd624c5f..5b5701a532 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -87,8 +87,7 @@ function parseQs(location) { } // Here, we do some crude URL analysis to allow -// deep-linking. We only support registration -// deep-links in this example. +// deep-linking. function routeUrl(location) { var params = parseQs(location); var loginToken = params.loginToken;