From ef10fa6df6ca45b94cbc4c3a7519667578c9fc40 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 12 Dec 2024 16:21:50 +0100 Subject: [PATCH] Cleanup --- Heimdall.lua | 2 +- Whoer.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Heimdall.lua b/Heimdall.lua index 30b42af..8b5feff 100644 --- a/Heimdall.lua +++ b/Heimdall.lua @@ -237,4 +237,4 @@ loadedFrame:SetScript("OnEvent", function(self, event, addonName) if addonName == addonname then init() end -end) +end) \ No newline at end of file diff --git a/Whoer.lua b/Whoer.lua index 5bef00d..dea8592 100644 --- a/Whoer.lua +++ b/Whoer.lua @@ -314,7 +314,6 @@ function data.Whoer.Init() -- aura_env.UpdateMacro() _G["FriendsFrameCloseButton"]:Click() queryPending = false - print(queryPending) end) if not data.who.updateTicker then @@ -344,7 +343,7 @@ function data.Whoer.Init() whoQueryIdx = 1 end lastQuery = query - print(string.format("Running who query: %s", tostring(query.query))) + --print(string.format("Running who query: %s", tostring(query.query))) SetWhoToUI(1) SendWho(query.query) end)