From a063efe2503ba6e416b5f3c6ad1072306fab67ab Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 23 Feb 2016 10:57:50 +0000 Subject: [PATCH] Remove no-longer accurate comment. --- src/vector/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;