remove a few prints

This commit is contained in:
Anch
2022-01-30 15:16:37 +13:00
parent b53c860107
commit 686d71bf46
-2
View File
@@ -1014,7 +1014,6 @@ function AtlasLoot_GenerateAtlasMenu(dataID, pFrame)
getglobal("AtlasLootItemsFrame_PREV").lootpage = tablebase.Prev;
end
if tablebase.Back then
print(AtlasLoot_Lastboss)
getglobal("AtlasLootItemsFrame_BACK"):Show();
getglobal("AtlasLootItemsFrame_BACK").lootpage = tablebase.Back;
end
@@ -1109,7 +1108,6 @@ function AtlasLoot_NavButton_OnClick()
elseif AtlasLoot_Hold == true then
AtlasLoot_ShowItemsFrame(AtlasLoot_Lastboss, AtlasLootItemsFrame.refresh[2], "", AtlasLootItemsFrame.refresh[4]);
else
print(this.lootpage)
AtlasLoot_ShowItemsFrame(this.lootpage, AtlasLootItemsFrame.refresh[2], "", AtlasLootItemsFrame.refresh[4]);
end
else