Remove debug code

This commit is contained in:
Zach Fox 2019-10-08 17:31:35 -04:00
parent 753a61ed2c
commit 17478af32d
3 changed files with 0 additions and 9 deletions

View file

@ -83,9 +83,6 @@ Rectangle {
emptyInventoryContainer.visible = true;
}
// ZRF REMOVE ME
emptyInventoryContainer.visible = true;
avatarAppInventoryModel.handlePage(result.status !== "success" && result.message, result);
root.updatePreviewUrl();
}

View file

@ -128,10 +128,6 @@ Rectangle {
// If we have never auto-selected and the user is still using a default avatar or if the current avatar is not valid (fst), or if
// the current avatar is the old default (Woody), use top avatar from inventory or one of the new defaults.
// ZRF REMOVE ME!
currentAvatarURLContainsDefaultAvatar = true;
userHasValidAvatarInInventory = false;
// If the current avatar URL is invalid, OR the user is using the "default avatar" (Woody)...
if (!currentAvatarURLContainsFST || currentAvatarURLContainsDefaultAvatar) {
// If the user has a valid avatar in their inventory...

View file

@ -27,8 +27,6 @@ Rectangle {
}
Component.onCompleted: {
// ZRF REMOVE ME
return;
if (Settings.getValue("simplifiedUI/alreadyAutoSelectedAvatarFromInventory", false) ||
Settings.getValue("simplifiedUI/closedAvatarPageOfInitialLaunchWindow", false)) {
tempAvatarPageContainer.visible = false;