removed debug prints
This commit is contained in:
parent
f94e0d2b76
commit
11a821729b
1 changed files with 2 additions and 6 deletions
|
|
@ -1980,7 +1980,7 @@ function Details.Database.StoreEncounter(combat)
|
|||
dps_best_raid = 0,
|
||||
dps_best_raid_when = 0
|
||||
}
|
||||
print(4)
|
||||
|
||||
---@type details_bosskillinfo
|
||||
local bossData = totalkillsTable[encounterId][diffName]
|
||||
---@type combattime
|
||||
|
|
@ -2017,7 +2017,7 @@ function Details.Database.StoreEncounter(combat)
|
|||
bossData.dps_best_raid_when = time()
|
||||
end
|
||||
end
|
||||
print(5, diffName)
|
||||
|
||||
--check for heroic and mythic
|
||||
if (Details222.storage.IsDebug or Details222.storage.DiffNamesHash[diffName]) then
|
||||
--check the guild name
|
||||
|
|
@ -2066,8 +2066,6 @@ function Details.Database.StoreEncounter(combat)
|
|||
local damageContainer = combat:GetContainer(DETAILS_ATTRIBUTE_DAMAGE)
|
||||
local healingContainer = combat:GetContainer(DETAILS_ATTRIBUTE_HEAL)
|
||||
|
||||
print(6, diffName)
|
||||
|
||||
for i = 1, GetNumGroupMembers() do
|
||||
local role = UnitGroupRolesAssigned(cachedRaidUnitIds[i])
|
||||
|
||||
|
|
@ -2109,8 +2107,6 @@ function Details.Database.StoreEncounter(combat)
|
|||
end
|
||||
end
|
||||
|
||||
print(7, diffName)
|
||||
|
||||
--add the encounter data
|
||||
tinsert(allEncountersStored, combatResultData)
|
||||
if (Details.debug) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue