remove backwards compatability

This commit is contained in:
howard-stearns 2016-10-24 11:06:32 -07:00
parent 4c4ec37eb3
commit 963fd68cd9

View file

@ -27,9 +27,6 @@
if (portalDestination[0] == '/') {
print("Teleporting to " + portalDestination);
Window.location = portalDestination;
} else if (portalDestination.indexOf('welcome/3.18552,0.164796,-0.300168/0,0.763363,0,0.64597') >= 0) {
// Backwards compatability: convert existing hardcoded production destination to the current production/development welcome target.
location.goToEntry();
} else {
print("Teleporting to hifi://" + portalDestination);
Window.location = "hifi://" + portalDestination;