Skip to content

Commit

Permalink
chore: removed test link domain from associated domains
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 18, 2017
1 parent 0df2da9 commit 7e94359
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hooks/lib/ios/associatedDomains.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,8 @@
var second = preferences.linkDomain.split('.')[1]
var rest = preferences.linkDomain.split('.').slice(2).join('.')
var alternate = first + '-alternate'
var test = 'test-' + second

domainList.push(prefix + alternate + '.' + second + '.' + rest)
domainList.push(prefix + first + '.' + test + '.' + rest)
domainList.push(prefix + alternate + '.' + test + '.' + rest)
}

return domainList
Expand Down

0 comments on commit 7e94359

Please sign in to comment.