Remove no-longer accurate comment.

This commit is contained in:
David Baker 2016-02-23 10:57:50 +00:00
parent 45c8500f28
commit a063efe250

View File

@ -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;