From 686d71bf46419c5c32269ce238505f4b71ab34c7 Mon Sep 17 00:00:00 2001 From: Anch Date: Sun, 30 Jan 2022 15:16:37 +1300 Subject: [PATCH] remove a few prints --- AtlasLoot/Core/AtlasLoot.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/AtlasLoot/Core/AtlasLoot.lua b/AtlasLoot/Core/AtlasLoot.lua index 00399a4..96f598b 100644 --- a/AtlasLoot/Core/AtlasLoot.lua +++ b/AtlasLoot/Core/AtlasLoot.lua @@ -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