Skip to content

Commit

Permalink
fixes failure to initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthatguy committed Mar 25, 2020
1 parent 5621574 commit 44c7b43
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,6 @@ function addon:UnitIsAlliance(race)
return false
end

--@debug helpers
function addon:Print(...)
local color = "|cFFEDC540"
print(color .. addonName .. ":|r", ...)
end

function addon:Debug(strName, tData)
if ViragDevTool_AddData then
ViragDevTool_AddData(tData, strName)
end
end

local frame = CreateFrame("Frame", "VHSpyInitFrame")
frame:RegisterEvent("ADDON_LOADED")
local function eventHandler(self, event, ...)
Expand Down

0 comments on commit 44c7b43

Please sign in to comment.