Remove vestigial code

This commit is contained in:
2025-01-01 15:00:08 +01:00
parent 137ce0a3a7
commit 0ceb59c778
8 changed files with 22 additions and 25 deletions

View File

@@ -5,11 +5,6 @@ local addonname, shared = ...
---@diagnostic disable-next-line: missing-fields
shared.DeathReporter = {}
function shared.DeathReporter.Init()
-- if not Heimdall_Data.config.deathReporter.enabled then
-- print("Heimdall - DeathReporter disabled")
-- return
-- end
---@type table<string, number>
local recentDeaths = {}
---@type table<string, number>